shithub: mc

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