shithub: mc

ref: 9783cadd19045e7d3f5b5eaaad8feb5ebeacb042
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
}