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

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

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