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