ref: 25fc2ab09e3ff0ede5615be44e534c567327e6a6 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 }