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