shithub: mc

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