ref: 1ed7430691158c6a2a0c5a7bae36e9e49a43a0e2 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 }