Files @ 7d01f1245b7c
Branch filter:

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

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

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