shithub: mc

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