diff options
Diffstat (limited to 'testsuite/parseko/preprocess05.stp')
-rwxr-xr-x | testsuite/parseko/preprocess05.stp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/parseko/preprocess05.stp b/testsuite/parseko/preprocess05.stp new file mode 100755 index 00000000..efb23833 --- /dev/null +++ b/testsuite/parseko/preprocess05.stp @@ -0,0 +1,6 @@ +#! stap -p1 + +# bad preprocess condition start - not "arch", "kernel_v", or "kernel_vr" +%( foo == "2.6" %? + probe begin { } +%) |