shithub: mc

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