ref: 03ce0ae18518e2686e8b30e25cf47e2ad1afe6ad 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 }