ref: ab4d1165045bde1fc5b291368e63b0bc0dd7a75d 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 }