diff options
Diffstat (limited to 'testsuite/parseok/eight.stp')
-rwxr-xr-x | testsuite/parseok/eight.stp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/parseok/eight.stp b/testsuite/parseok/eight.stp new file mode 100755 index 00000000..0da5c8d2 --- /dev/null +++ b/testsuite/parseok/eight.stp @@ -0,0 +1,6 @@ +#! stap -p1 + +probe all +{ + "1" in a1; ("1", 2) in a2; (a) in a3; +} |