ref: 535fc2200adec1ee488de3f496781017fb1b55b2 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 }