shithub: mc

ref: 3b214825302f2ab5ceecac52910d06e636ca2889
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
}