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