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

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

probe begin {
  true ? f() : g(1);
}