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