Files @ 61bb6b04e20b
Branch filter:

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

MH
Refactoring ParserType parser in anticipation of tuples
#version 100

composite main() {}

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