Files @ 70e2e44574a6
Branch filter:

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

Christopher Esterhuyse
added minor util + doc comments to connector API
#version 100

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