shithub: mc

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