shithub: mc

ref: 40d35cd1593d7da63ddfef94dad1ca3fcd68ff12
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
}