summaryrefslogtreecommitdiff
path: root/test/racc/assets/nullbug2.y
diff options
context:
space:
mode:
Diffstat (limited to 'test/racc/assets/nullbug2.y')
-rw-r--r--test/racc/assets/nullbug2.y15
1 files changed, 0 insertions, 15 deletions
diff --git a/test/racc/assets/nullbug2.y b/test/racc/assets/nullbug2.y
deleted file mode 100644
index 0c1d43bf3e..0000000000
--- a/test/racc/assets/nullbug2.y
+++ /dev/null
@@ -1,15 +0,0 @@
-#
-# number of conflicts must be ZERO.
-#
-
-class A
-rule
- targ: operation voidhead
- | variable
-
- voidhead : void B
- void:
-
- operation: A
- variable : A
-end