Files @ 48cedf26fcaa
Branch filter:

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

Christopher Esterhuyse
correctly checking for null message and addr out-pointers
#version 100

composite main() {}

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