shithub: mc

ref: b0886832a75e9d63f49cb878ed8abc56f37120c0
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
}