shithub: mc

ref: 4d4598925d9381a2e2fa8f618cb03265d26b5468
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
}