shithub: mc

ref: 8b1de0f225eab90b377e521de437718d2587b383
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
}