def test
  _a = 'in method'
end

_b = 'top level'

require './another_file'

puts "end of script"
