shithub: mc

ref: db6f43d30083f873e340947829492303b4f9d057
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)
}