shithub: mc

ref: 852fa8ce58ef311f1faff678e89e20a45120e8e4
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
}