shithub: mc

ref: 47188c33df351d338a569e99006bd5761bddc715
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
}