ref: 25db385525a84c119a8d8b73f55ce56d8a9c1dc2 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 }