summaryrefslogtreecommitdiffstats
path: root/testsuite/buildok/atomic.stp
blob: 0069045349a0e8da700794c98c38ac00e9918d2f (plain)
1
2
3
4
5
6
#! stap -p4

probe begin {
  printf("%d\n", atomic_long_read(0))
  exit()
}