ref: 6804d96d7d8a2dd12e28ea08819fc5f2c59cf724 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 }