summaryrefslogtreecommitdiffstats
path: root/testsuite/semok/eighteen.stp
blob: 1b05d89b32fa9a4594db1fc40c0c6d6adf53a7aa (plain)
1
2
3
4
5
6
7
8
#! stap -p2

function f () { }
function g (arg) { }

probe begin {
  f(); g(1)
}