shithub: mc

ref: 564acd81105fcf1b5b9942ef7de3e04d928ebebd
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
}