shithub: mc

ref: 666f22f278c03138c337d734f8759194482d1d18
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
}