shithub: mc

ref: 29ce560862d68477b95bc6d1898facadc5421ffa
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
}