shithub: mc

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