Files @ 6e3f85de2a0a
Branch filter:

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

MH
initial version of new consensus
#version 100

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