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