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