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