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