ref: 515b8e89c1a6c0859eaefbf7835a4e6497a57e0b 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 }