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