Files @ b1299290279a
Branch filter:

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

MH
put sync rounds in messages to leader, new failing test
#version 100

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