shithub: mc

ref: 43fed38e2ef36ff95e59bee66cde5cff6333ac71
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
}