summaryrefslogtreecommitdiffstats
path: root/testsuite/parseok/nine.stp
blob: 13e40cbff79497d48f1f04dd72e92caf2d415ae8 (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;
  ;
}