diff --git a/testdata/parser/negative/32.pdl b/testdata/parser/negative/32.pdl new file mode 100644 index 0000000000000000000000000000000000000000..0d9cecc51e6e4f4019b88889b6714e6cc64a7c30 --- /dev/null +++ b/testdata/parser/negative/32.pdl @@ -0,0 +1,9 @@ +#version 100 + +primitive main(int a) { + loop: { + synchronous { + goto loop; // not allowed + } + } +} \ No newline at end of file