Files @ 5415acc02756
Branch filter:

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

mh
WIP: Refactored port/peer management, pending more bugfixes to component shutdown
#version 100

composite main() {}

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