ref: 565592b47ee1b6877dc8788c10f134913e1e067a 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 }