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