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