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