Files @ f6771292dc6d
Branch filter:

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

mh
Refactor code related to scoping variables and labels
#version 100

composite main() {}

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