summaryrefslogtreecommitdiffstats
path: root/testsuite/parseok/nine.stp
blob: 3582907a2df3dfc458ccb3525b9a9065ab149ed0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#! stap -p1

probe one
{
  if (a) if (b) d else e
}

probe two
{
  a = b
  c = d
  _e = $f();
  _g = h_;
  ;
}