ruby--ruby/test/racc/assets/nullbug2.y

16 lines
162 B
Plaintext

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