diff options
Diffstat (limited to 'testsuite/parseok/nineteen.stp')
-rwxr-xr-x | testsuite/parseok/nineteen.stp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/parseok/nineteen.stp b/testsuite/parseok/nineteen.stp new file mode 100755 index 00000000..1d36b590 --- /dev/null +++ b/testsuite/parseok/nineteen.stp @@ -0,0 +1,3 @@ +#! /bin/sh + +stap -p1 -e '$1 {log (@1.@2)}' 'probe foo' '' # <- control codes |