shithub: mc

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