diff options
Diffstat (limited to 'testsuite/parseko/cmdlinearg02.stp')
-rwxr-xr-x | testsuite/parseko/cmdlinearg02.stp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/parseko/cmdlinearg02.stp b/testsuite/parseko/cmdlinearg02.stp new file mode 100755 index 00000000..072a7294 --- /dev/null +++ b/testsuite/parseko/cmdlinearg02.stp @@ -0,0 +1,6 @@ +#! stap -p1 + +# bad command line argument number - bad number +probe begin { + arg = $12A3 +} |