summaryrefslogtreecommitdiffstats
path: root/testsuite/semko/three.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/semko/three.stp')
-rwxr-xr-xtestsuite/semko/three.stp3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/semko/three.stp b/testsuite/semko/three.stp
index 423dbcdf..7a64a93c 100755
--- a/testsuite/semko/three.stp
+++ b/testsuite/semko/three.stp
@@ -1,6 +1,7 @@
#! stap -p2
+global b
probe foo {
- a << 2;
+ a <<< 2;
b[a] = 4; # must not index with stats variable
}