ref: 5e6ffbb015dc6f204b5da226dabac8b15d666216 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 }