shithub: mc

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