shithub: mc

ref: 407ef33694a8ac5518297af488759b8f8df19e06
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
}