ref: b35cc68ab93b9070cb97004829a8c23402442274 dir: /test/declmismatch.myr/
/* should fail to compile with a type error. char is incompatible with int. */ const main = { var a : int var b : char a = b }