1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/test/racc/assets/nullbug2.y

15 lines
162 B
Text

#
# number of conflicts must be ZERO.
#
class A
rule
targ: operation voidhead
| variable
voidhead : void B
void:
operation: A
variable : A
end