Files @ eb8a579782ef
Branch filter:

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

Christopher Esterhuyse
xrouter2 unit test added
#version 100

composite main() {}

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