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