Files @ 6e3f85de2a0a
Branch filter:

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

MH
initial version of new consensus
#version 100

composite main() {}

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