summaryrefslogtreecommitdiffstats
path: root/testsuite/semko/five.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/semko/five.stp')
-rwxr-xr-xtestsuite/semko/five.stp10
1 files changed, 10 insertions, 0 deletions
diff --git a/testsuite/semko/five.stp b/testsuite/semko/five.stp
new file mode 100755
index 00000000..6887fced
--- /dev/null
+++ b/testsuite/semko/five.stp
@@ -0,0 +1,10 @@
+#! semtest
+
+function bar ()
+{
+ return 0
+}
+
+probe foo {
+ bar (1, 2) # arg count mismatch
+}