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