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