Files @ 18c70be7107f
Branch filter:

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

mh
WIP on fixing delayed message bug
#version 100

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