ref: 3fb4e8e6ab0ec8c1b29a97c4d260d2a030055bf6 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 }