shithub: mc

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