shithub: mc

ref: 11795725f2ee181399c264d7f2aec213f635891a
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
}