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