mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
15 lines
162 B
Text
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
|