Files @ d87415c6ea52
Branch filter:

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

mh
WIP: Fix bugs during multithreading as well
#version 100

composite main() {}

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