diff options
Diffstat (limited to 'testsuite/parseko/six.stp')
-rwxr-xr-x | testsuite/parseko/six.stp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/parseko/six.stp b/testsuite/parseko/six.stp index f37cd034..803d864c 100755 --- a/testsuite/parseko/six.stp +++ b/testsuite/parseko/six.stp @@ -5,4 +5,5 @@ probe foo { b = 0xzoopoo; c = 00011122233344455566677788; d = 07777777777777777777777777; + e = 18446744073709551616; # ULLONG_MAX+1 } |