ref: adbf59398978f304071df1e933e0e01a9d6027b7 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 }