ref: 9bd7deeee3fa7b5c36fca2bb45349fe38847f8ab 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 }