Files @ 32d9f23a4c87
Branch filter:

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

MH
fix clearing too many messages
#version 100

composite main() {}

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