Files @ ac7f49602455
Branch filter:

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

Hans-Dieter Hiep
Implements array access in evaluator
#version 100

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