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.y4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/racc/assets/nullbug2.y b/test/racc/assets/nullbug2.y
index f09ca625e8..0c1d43bf3e 100644
--- a/test/racc/assets/nullbug2.y
+++ b/test/racc/assets/nullbug2.y
@@ -6,10 +6,10 @@ class A
rule
targ: operation voidhead
| variable
-
+
voidhead : void B
void:
-
+
operation: A
variable : A
end