summaryrefslogtreecommitdiffstats
path: root/testsuite/parseko/twentyone.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/parseko/twentyone.stp')
-rwxr-xr-xtestsuite/parseko/twentyone.stp9
1 files changed, 9 insertions, 0 deletions
diff --git a/testsuite/parseko/twentyone.stp b/testsuite/parseko/twentyone.stp
new file mode 100755
index 00000000..404009c4
--- /dev/null
+++ b/testsuite/parseko/twentyone.stp
@@ -0,0 +1,9 @@
+#! stap -p1
+
+# bad stat operator
+
+probe begin
+{
+ v <<< 1
+ printf("foo %d\n", @foo(v))
+}