shithub: mc

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