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