diff options
Diffstat (limited to 'testsuite/semko/three.stp')
-rwxr-xr-x | testsuite/semko/three.stp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/semko/three.stp b/testsuite/semko/three.stp new file mode 100755 index 00000000..bfdeec66 --- /dev/null +++ b/testsuite/semko/three.stp @@ -0,0 +1,6 @@ +#! semtest + +probe foo { + a << 2; + b[a] = 4; # must not index with stats variable +} |