ref: 0a7a934f544bdd4ad8784fe87d3e87d0e154ff59 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 }