summaryrefslogtreecommitdiff
path: root/test/ruby/endblockwarn_rb
blob: 7b7f97f59706c5bf8ce3f2379f007204e8941c5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
def end1
  END {}
end

end1

eval <<EOE
  def end2
    END {}
  end
EOE