shithub: mc

ref: 36232a98d2ebeb42a853493aafab51777a3f0081
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
}