summaryrefslogtreecommitdiffstats
path: root/testsuite/transko/two.stp
blob: 5185281af2004d4784029eb6c7dc852bd93bd312 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#! stap -p3

function bar () {
  next
  return 0
}

probe end {
  break
  for (a=0; a<10; a=a+1) for (b=0; b<10; b=b+1) ;
  continue
  return 0
}