shithub: mc

ref: 0f26571b17048f69d768bc4035cd109254ba7394
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
}