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