shithub: mc

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