Files @ f10d3e5b2bce
Branch filter:

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

mh
Remove debugging println's
#version 100

composite main() {}

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