shithub: mc

ref: 730217466af331194862aef9a100b76e44520b5c
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
}