shithub: mc

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