shithub: mc

ref: 81bef8daa90ad1c1589f3ebee10b030ad248b4c7
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
}