ref: 16570e96dac87d60ed54aee8d3ff277923e36b5b 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 }