Files @ 1b7b852c3395
Branch filter:

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

Hans-Dieter Hiep
Add testdata
#version 100

composite main() {}

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