shithub: mc

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

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