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