summaryrefslogtreecommitdiff
path: root/test/ruby/namespace/call_toplevel.rb
blob: c311a37028d3493e8bca64616a663e628cf9ba6b (plain)
1
2
3
4
5
6
7
8
foo

#### TODO: this code should be valid, but can't be for now
# module Foo
#   def self.wow
#     foo
#   end
# end