ref: 68a437bb6d370781e18ad1b794cc34c21dd5b361 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 }