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

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

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