Files @ e4a68057bfbe
Branch filter:

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

Christopher Esterhuyse
waker impl for setup phase connect. TODO test on Linux
#version 100

// sync block nested deeply in composite
composite main(in a, out b) {
	channel x -> y;
	while (true) {
		synchronous {
			skip;
		}
	}
}