shithub: mc

ref: 6b36dc7cbdc29cf8cf03a815518948fa7599f3df
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
}