Files @ 3d271f7cfd7e
Branch filter:

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

MH
WIP: Fix bug due to conflicting closed-port states
#version 100

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