shithub: mc

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