shithub: mc

ref: 1ef5877bce5a4fcbe6e68b00f1ba087384d6343c
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
}