shithub: mc

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