ref: cec7bf1244ec1c3f4fbd8c6edb8cddd72d82ed92 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 }