ref: 79b0e2e5efb8d17cefc6924752b97d499f3614e1 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 }