Files @ 5c3630dcfeb6
Branch filter:

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

mh
Add some tests for tuples, fix some initial bugs
#version 100

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