Files @ dedf89df1602
Branch filter:

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

Christopher Esterhuyse
retiring `Endpoint Key` term in favor of port
#version 100

composite main() {}

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