summaryrefslogtreecommitdiffstats
path: root/testsuite/transko/one.stp
blob: 508ce9d435b946f5676b755a24c80b85ba3e4ae7 (plain)
1
2
3
4
5
6
#! stap -p3

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