Files @ 6c04a99de862
Branch filter:

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

Christopher Esterhuyse
fleshed out socket api. did bugfix: proto components remember whether they did put/get
#version 100

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