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