summaryrefslogtreecommitdiffstats
path: root/testsuite/transok/eight.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/transok/eight.stp')
-rwxr-xr-xtestsuite/transok/eight.stp3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/transok/eight.stp b/testsuite/transok/eight.stp
index 6723b993..9198536e 100755
--- a/testsuite/transok/eight.stp
+++ b/testsuite/transok/eight.stp
@@ -2,10 +2,11 @@
global foo
global baz
+global zoo
function bar()
{
- return foo["hello"]
+ return foo["hello"]+(zoo++)
}
probe begin