summaryrefslogtreecommitdiffstats
path: root/testsuite/semok/twentythree.stp
blob: dbdaf7e5b3d08195b1a673605bdff7d9f9764faf (plain)
1
2
3
4
5
6
#! stap -p2

global c, a = 1
global b = "hello", d

probe begin { print (c = a) print (d = b) }