ref: 8df4cede33ff87c7cc7ecdeba5d0edb47a55b8a3 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 }