ref: 69ff322bc36cc9bbdc00528ef86031f631daf925 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 }