shithub: mc

ref: 42e46e1b22d03c57fa8c424b46c3645e921966e0
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
}