shithub: mc

ref: b35cc68ab93b9070cb97004829a8c23402442274
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
}