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