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