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