ref: 1c61d05cba15d7e93d3207d4f3ab3c6043d63b77 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 }