shithub: mc

ref: 21265af6b02141e340a953540e760b2e683de562
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
}