ref: 6f55ccbfe4eca08f1fa81f7cd19935ff53ac3e11 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 }