ref: 65373d4ddad67da6f711b6ab962f18e9d8e6a558 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 }