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