ref: 849ce44a08d3f4412c3c37a89edcd7980985ae9a 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 }