ref: 4e54802e15be131d64e47486df1b5e2502aef6e9 dir: /test/declmismatch.myr/
use std /* should fail to compile with a type error. char is incompatible with int. */ const main = { var a : int var b : char a = b }