ref: 96203fff1cc3c06bea79801d9af38c40e556d74a 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 }