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