Files @ 9485a0862e90
Branch filter:

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

Christopher Esterhuyse
cleaner logging, and more options for connector creation exposed to C API
#version 100

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