ref: 303798469e8afe0e514c667f3c8c7ae2c65e58c5 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 }