ref: 05e04ed1df3c315aa69b2b5c16f16e83922d5aed 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 }