Files @ 26d47db4f922
Branch filter:

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

mh
WIP on second rewrite of port management
#version 100

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