shithub: mc

ref: 0deadc64c88ae25fbe1b28d603ec8416e45779eb
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
}