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

function bar () {
  next
}

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