ref: b541f9642d989a75101ae9af82e32bf3f1fdd168 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 }