summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.base/tapset/global.stp
blob: 4a95ae77c6176c6f160fb75ae431ab898bd18e59 (plain)
1
2
3
4
global test_global = 1
probe begin {
  println("included global")
}