summaryrefslogtreecommitdiffstats
path: root/testsuite/parseok/twelve.stp
blob: 5b8a3932ba242b9870d65597c5bb7bb07adda4d9 (plain)
1
2
3
4
5
6
7
8
9
#! stap -p1

%{
/* hello world */
%}

function foo (p1, p2) %{
  /* goodbye world */
%}