Files @ 392c59600687
Branch filter:

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

mh
Test non-ascii string literals and recursion
#version 100

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