ref: 021df0555170075f937fd3cb62a273eea29147d4 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 }