shithub: mc

ref: 9ac459c0cc5beac10be8ba3310af6edd89b1849c
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
}