diff options
Diffstat (limited to 'testsuite/buildok/twentysix.stp')
-rwxr-xr-x | testsuite/buildok/twentysix.stp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/buildok/twentysix.stp b/testsuite/buildok/twentysix.stp new file mode 100755 index 00000000..3fb7526f --- /dev/null +++ b/testsuite/buildok/twentysix.stp @@ -0,0 +1,7 @@ +#! stap -up4 + +global a +probe begin +{ + a [1,2,3,4,5,6] = 0 +} |