ref: 6aeba77ec718b9c0104a5b86da52cbdd1416011f 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 }