shithub: mc

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