summaryrefslogtreecommitdiffstats
path: root/testsuite/parseko/maxactive04.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/parseko/maxactive04.stp')
-rwxr-xr-xtestsuite/parseko/maxactive04.stp7
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/parseko/maxactive04.stp b/testsuite/parseko/maxactive04.stp
new file mode 100755
index 00000000..b7fcaea9
--- /dev/null
+++ b/testsuite/parseko/maxactive04.stp
@@ -0,0 +1,7 @@
+#!./stap -p1
+
+# maxactive with a numeric expression argument
+
+probe kernel.function("*").return.maxactive(3 + 2)
+{
+}