shithub: mc

ref: e2e380ad543bfcb0d806ed05ddad4a7034a95826
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
}