Files @ b1299290279a
Branch filter:

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

MH
put sync rounds in messages to leader, new failing test
#version 100

composite main() {}

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