shithub: mc

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