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