Files @ 9ab53cf39342
Branch filter:

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

MH
Replace rerouting with lock-step confirmation
#version 100

composite main() {}

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