function test()
  print('test')
end

function test()
  print('test22222')
end

test() --输出test2222