ref: f3265a99202d98f6f7e5969e34faae934ce754b9 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 }