ref: cc99dfdb5dbb27ac3fed40c796a01a4269d307c2 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 }