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