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