ref: 6ac0e591f2297ee9c3a5519844d9825e25db037b 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 }