ref: 67608f06ccf0f6a0bf247a49858b8c9fb959f130 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 }