summaryrefslogtreecommitdiffstats
path: root/testsuite/parseok/twelve.stp
blob: 2e20da1868b2020f8ea848df51694d46bc25dddd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#! /bin/sh

./stap -p1 -g $@ - <<'END'

%{
/* hello world */
%}

function foo:long (p1:string, p2:long, p3) %{
  /* goodbye world */
%}

END