ref: 7635590c1cc9a58fc39a7134882f7a5a8cfd9213 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 }