shithub: mc

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