Files @ 68411f4b8014
Branch filter:

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

MH
Round of cleanup on temporary type names and old code
#version 100

composite main() {}

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