Files @ 80ce091d67cf
Branch filter:

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

mh
WIP: Integrating select, fixing bugs on tests
#version 100

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