Files @ 52ae67e7183e
Branch filter:

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

MH
Remove stale code in testing suite
#version 100

composite main() {}

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