shithub: mc

ref: 3cbdb83dbbc80b2c8a3458e5b1a1ae5d3080fb3b
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
}