summaryrefslogtreecommitdiffstats
path: root/testsuite/parseko/preprocess02.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/parseko/preprocess02.stp')
-rwxr-xr-xtestsuite/parseko/preprocess02.stp6
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/parseko/preprocess02.stp b/testsuite/parseko/preprocess02.stp
new file mode 100755
index 00000000..2f5b1958
--- /dev/null
+++ b/testsuite/parseko/preprocess02.stp
@@ -0,0 +1,6 @@
+#! stap -p1
+
+# bad comparison operator
+%( kernel_v * "2.6" %?
+ probe begin { }
+%)