diff options
Diffstat (limited to 'testsuite/parseok')
-rwxr-xr-x | testsuite/parseok/sixteen.stp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/parseok/sixteen.stp b/testsuite/parseok/sixteen.stp new file mode 100755 index 00000000..31e01238 --- /dev/null +++ b/testsuite/parseok/sixteen.stp @@ -0,0 +1,7 @@ +#! stap -p1 + +# complicated probe point wildcard +probe abcX { } + +probe *abc* { } + |