shithub: mc

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