ref: 3484982128cc972ffac988ed8dfa23fc6aaf50f4 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 }