ref: 80ae8b93281474a85ca5f3790e34ffeaff4ac866 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 }