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