summaryrefslogtreecommitdiff
path: root/ThirdParty/toluapp/src/tests/tdirective.lua
blob: 547b1507ccf21b186d800cd7578f7a02039b5992 (plain)
1
2
3
4
5
6
assert(a==3)
assert(A==4)
assert(func()==5)

print("Directive test OK")