ref: 0c36acb089dad1d5656d2af4508b5165f52dee3d 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 }