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