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