shithub: mc

ref: 797b4ce60e118ccc6b0b38b2d46b6c3acbe50778
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
}