shithub: mc

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