Files @ 5137b1060291
Branch filter:

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

Christopher Esterhuyse
api
#version 100

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