Files @ 6f859c43213c
Branch filter:

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

MH
initial debugging of type inference
#version 100

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