1 2 3 4 5 6 7 8
/* should fail to compile because 'a' is used before it is defined. */ const main = { var a : int std.exit(a) }