shithub: mc

ref: 1f224c74db8ada97c2404cd8ac2c1a3aacafd4d9
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
}