diff options
Diffstat (limited to 'testsuite/transok/eight.stp')
-rwxr-xr-x | testsuite/transok/eight.stp | 3 |
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 |