diff options
Diffstat (limited to 'testsuite/parseko/probepoint09.stp')
-rw-r--r-- | testsuite/parseko/probepoint09.stp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/parseko/probepoint09.stp b/testsuite/parseko/probepoint09.stp new file mode 100644 index 00000000..a7bf15d8 --- /dev/null +++ b/testsuite/parseko/probepoint09.stp @@ -0,0 +1,4 @@ +#! stap -p1 + +# bad probe point +probe foo(5) if(1) bar(2) |