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