summaryrefslogtreecommitdiffstats
path: root/testsuite/buildok/indent.stp
blob: b4d75da939b50bb22dcea5eb8ac83a73abcc00c8 (plain)
1
2
3
4
5
6
7
8
#! stap -p4

probe begin {
  print (thread_indent (1)) print ("yo\n")
  print (thread_indent (-1)) print ("ta\n")
  exit ()
}