ref: 727d551a71f7046d7e688369021282922e62f9f7 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 }