ref: 41a66f79ac8284bbffb9820deb8655b6bdda1c9b 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 }