ref: 3303b2c61b4381500b39b1d3ce6f95b9a21ed4f4 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 }