summaryrefslogtreecommitdiffstats
path: root/testsuite/parseko/six.stp
blob: f37cd03404801b3ef39d81f0099488c8fd6be7f0 (plain)
1
2
3
4
5
6
7
8
#! stap -p1

probe foo {
  a = -9999999999999999999999999;
  b = 0xzoopoo;
  c = 00011122233344455566677788;
  d = 07777777777777777777777777;
}