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