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

probe foo {
  a = -9999999999999999999999999;
  b = 0xzoopoo;
  c = 00011122233344455566677788;
  d = 07777777777777777777777777;
  e = 18446744073709551616; # ULLONG_MAX+1
}