Files @ 7d01f1245b7c
Branch filter:

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

mh
Everything compiles again, pending restructuring of shared runtime objects
#version 100

composite main() {}

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