ref: 39331f834db694be103a7ecb1aac3ba2cc5279fc 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 }