Files @ 98aadfccbafd
Branch filter:

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

MH
solving problem of connectors shutting down
#version 100

composite main() {}

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