shithub: mc

ref: 8337ff18aea527cdb97c66da3b35de994fe1975c
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
}