Files @ 9e771c9cf8d3
Branch filter:

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

MH
WIP: Control messaging between components
#version 100

composite main() {}

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