ref: 04eb60944df4551eabe303b47184c0626b8a384b 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 }