ref: 468265b7b2719d783afc46ea5aa7c9ffa3142970 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 }