ref: 2a6476bbf9dcafc868e6113c2d08b0fd34fc225c 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 }