shithub: mc

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