shithub: mc

ref: 174d472f8efa1f2cbf10ff36bcdd80dd87bbdcb9
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
}