Files @ 0b0b0a9c786b
Branch filter:

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

MH
WIP: Restructured test, new bugs
#version 100

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