shithub: mc

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