shithub: mc

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