Files @ d8148185e205
Branch filter:

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

MH
finished initial type inferencer/checker, tests work again
#version 100

composite main() {}

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