Files @ 7d01f1245b7c
Branch filter:

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

mh
Everything compiles again, pending restructuring of shared runtime objects
#version 100

// sync block nested deeply in composite
composite main(in a, out b) {
	channel x -> y;
	while (true) {
		synchronous {
			skip;
		}
	}
}