Files @ 3af8b6eaec1b
Branch filter:

Location: CSY/reowolf/testdata/parser/positive/19.pdl

Hans-Dieter Hiep
Implement change to protocol description trait interface
#version 100

composite main() {}

primitive example(int a) {
    synchronous {
        loop: {
            goto loop; // allowed
        }
    }
}