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