shithub: mc

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