ref: 9b6e7069755a73fb43acd86fd76aafb2178a6f0c 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 }