shithub: mc

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