shithub: mc

ref: 231b0fd0e1e70376bcf747a797a76b07521987b7
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
}