shithub: mc

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