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