ref: 38698ba0dea7f8b8908fdd41922f4da6202a631e 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 }