ref: 003c3c95490986905616bd7c79b9ab2a9d65e115 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 }