ref: ffde89c0d1f71d292d3b5cafeebe91a7ec2282bf 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 }