ref: 6c44abcec8462f04e09db0ab62f74e4d1f384f5a 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 }