shithub: mc

ref: cb816558c6cb12a54cc1dbda843f66783ae87467
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
}