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