Files @ e4a68057bfbe
Branch filter:

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

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

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