shithub: mc

ref: 954ff1977d4345d53a0e1996c7c3b39c51a2d470
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
}