ref: 9f97dc65e30625ccc6a87dfd1c2ae5914b50886e 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 }