summaryrefslogtreecommitdiffstats
path: root/testsuite/transko
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/transko')
-rwxr-xr-xtestsuite/transko/three.stp6
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/transko/three.stp b/testsuite/transko/three.stp
new file mode 100755
index 00000000..ab23b9dd
--- /dev/null
+++ b/testsuite/transko/three.stp
@@ -0,0 +1,6 @@
+#! stap -p3
+
+probe end {
+ array[1,2] = 5
+ print (array[4,6])
+}