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