ref: 65d4e2176f7f0ea82fe641571fc1542a4856da77 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 }