_ = 'just an underscore - required'
_c = 'top level - required'

begin
  :noop
rescue Exception => _d
end

puts "in required file"
