ref: 37468d379ec14b26a7748953676a17aeab1757b3 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 }