shithub: mc

ref: d3cad93205eb0f2e2dbbead396c2a976face45ba
dir: /test/usedef.myr/

View raw version
/*
should fail to compile because 'a' is used
before it is defined.
*/
const main = {
	var a : int
	std.exit(a)
}