Files @ 63d65f7baf18
Branch filter:

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

MH
stuck again in the abstractions, pending rewrite of visitor
#version 100

composite main() {}

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