Files @ 4bf1367cd8a1
Branch filter:

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

Christopher Esterhuyse
decluttered global namespace of consts in C FFI. added examples for interop programming
#version 100

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