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