Files @ fe0efc81bd4e
Branch filter:

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

MH
Implement binding evaluation and tests
#version 100

composite main() {}

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