aboutsummaryrefslogtreecommitdiff
path: root/tests/fixtures/foo.lua
blob: c93fc69b53960c1af38b2c0e47852edfa66e85d2 (plain)
1
2
3
4
5
6
  function deepcopy(orig)
          local orig_type = type(orig)
     local copy
     
    return copy
end