ref: 45e91dd432edaa124a2699b5d35a3a86f6eedfad 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 }