shithub: mc

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