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