shithub: mc

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