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