shithub: mc

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