summaryrefslogtreecommitdiffstats
path: root/testsuite/semko/twelve.stp
blob: c91eb7434c8d2ac295e30d6c942898aaf621e47a (plain)
1
2
3
4
5
6
#! stap -p2

probe end {
  for (a=0; "hello";) {println("hello")}
  while ("goodbye") {println("world")}
}