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