summaryrefslogtreecommitdiffstats
path: root/testsuite/semko/zero.stp
blob: bb116be79881f0378b719d1372738d346751d9f6 (plain)
1
2
3
4
5
6
#! stap -p2

probe begin {
  print (1 = a)
  print (a+1 = 4)
}