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