Files @ ead29a08c0cf
Branch filter:

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

mh
WIP: Adding ctor/dtor tests to MPSC queue
#version 100

composite main() {}

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