ref: 0558718a57ac7d8f07aba509f7a8f63408d52eee 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 }