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