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