shithub: mc

ref: 69ff322bc36cc9bbdc00528ef86031f631daf925
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
}