summaryrefslogtreecommitdiffstats
path: root/testsuite/buildok/twentysix.stp
blob: 3fb7526f0fb0104075ef7a08bdca9ae6a6fca4c6 (plain)
1
2
3
4
5
6
7
#! stap -up4

global a
probe begin
{
 a [1,2,3,4,5,6] = 0
}