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