Files @ 0b0b0a9c786b
Branch filter:

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

MH
WIP: Restructured test, new bugs
#version 100

composite main() {}

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