ref: ca51f97ae84297763505654567d38a74dc8dad5b dir: /test/usedef.myr/
/* should fail to compile because 'a' is used before it is defined. */ const main = { var a : int std.exit(a) }