ref: 13a8561e53b259ab1bd6592df857b7a59b7a2a2b 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 }