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