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

probe one
{
  a = 1+01+0x1-1-01-0x1;
  b = 2147483647;
  c = -2147483647-1;
}