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