diff options
Diffstat (limited to 'testsuite/parseko/preprocess12.stp')
-rwxr-xr-x | testsuite/parseko/preprocess12.stp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/parseko/preprocess12.stp b/testsuite/parseko/preprocess12.stp new file mode 100755 index 00000000..3ff3e34e --- /dev/null +++ b/testsuite/parseko/preprocess12.stp @@ -0,0 +1,5 @@ +#! stap -p1 + +# command line argument index invalid or out of range +# (try to access to an unavailable argument) +%( $# < 2 %? probe begin { print @1 } %) |