summaryrefslogtreecommitdiffstats
path: root/testsuite/semok/thirtyseven.stp
blob: fb3783599b846fa4877e7a41fa3c32e489457303 (plain)
1
2
3
4
5
6
#! stap -wWp2

# PR 11075

global foo  # evokes warning
probe begin { exit() }