shithub: mc

ref: 81084d9664f01ba943a958ba89c85a8dbe783d09
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
}