shithub: mc

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