summaryrefslogtreecommitdiffstats
path: root/testsuite/parseko/nineteen.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/parseko/nineteen.stp')
-rwxr-xr-xtestsuite/parseko/nineteen.stp8
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/parseko/nineteen.stp b/testsuite/parseko/nineteen.stp
new file mode 100755
index 00000000..99e9cfff
--- /dev/null
+++ b/testsuite/parseko/nineteen.stp
@@ -0,0 +1,8 @@
+#! stap -p1
+
+# 'next' in function context
+
+function decl()
+{
+ next
+}