ref: 95f4d0b36eb2d25889eed6ab48fb025d5b346b67 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 }