shithub: mc

ref: 93df2d52a2c354255906237eea901efcb2c2affe
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
}