summaryrefslogtreecommitdiffstats
path: root/testsuite/parseok/twelve.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/parseok/twelve.stp')
-rwxr-xr-xtestsuite/parseok/twelve.stp9
1 files changed, 9 insertions, 0 deletions
diff --git a/testsuite/parseok/twelve.stp b/testsuite/parseok/twelve.stp
new file mode 100755
index 00000000..5b8a3932
--- /dev/null
+++ b/testsuite/parseok/twelve.stp
@@ -0,0 +1,9 @@
+#! stap -p1
+
+%{
+/* hello world */
+%}
+
+function foo (p1, p2) %{
+ /* goodbye world */
+%}