shithub: mc

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