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