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