summaryrefslogtreecommitdiffstats
path: root/testsuite/semko/twenty.stp
blob: 899efdc111560cdff6d2186eaa80c71e698c27ad (plain)
1
2
3
4
5
6
7
#! stap -p2

function a:string () { }

probe begin {
  a() + 1
}