ref: 3b214825302f2ab5ceecac52910d06e636ca2889 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 }