shithub: mc

ref: 4a0be740af3f660508516835969ee345836ca6ec
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
}