Files @ 1a61d3b3d964
Branch filter:

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

Christopher Esterhuyse
setup procedure refactor and cleanup
#version 100

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