ref: 95b8caa2f3679d450a19e9b62d8eacb70e51b073 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 }