Files @ 0e1a76667937
Branch filter:

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

MH
Started work on speculationless runtime
#version 100

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