Files @ dd4e6a5314f7
Branch filter:

Location: CSY/reowolf/testdata/parser/negative/1.pdl

MH
WIP on more failure fixing
#version 100

// sync block nested twice in primitive
primitive main(in a, out b) {
	while (true) {
		sync {
			sync {}
		}
	}
}