shithub: mc

ref: 8c2fb645b95fa69e53e910102c601f3a80007251
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
}