shithub: mc

ref: 1f07ea309194e550b726d4abc4295876854c3781
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
}