shithub: mc

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