shithub: mc

ref: 49694b6e59491cd5cbea965c9025346f1289d293
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
}