Files @ 0c617cc162dd
Branch filter:

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

Christopher Esterhuyse
conitnued continuing refactor (safe state) nonsyncprotocontext now correctly uses the rollback-safe current_state structure for modifying port information
#version 100

composite main() {}

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