ref: 80f1e8ed2ff1a49b39ad424f388f10d434766e43 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 }