aboutsummaryrefslogtreecommitdiff
path: root/spec/fixtures/with_dep.lua
blob: ad7e462a2a54cbaf7d3505c43ae045219111b7c6 (plain)
1
2
3
4
5
6
local pok, with_external_dep = pcall(require, "with_external_dep")
if pok then
   print(with_external_dep.foo)
else
   print(100)
end