ref: 90cb266f109bb3ed87c2306e3d3def1325dc313a 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 }