summaryrefslogtreecommitdiff
path: root/Test/test0/LargeLiterals0.bpl
blob: be459bf580d7a4f9ebda3d386daf7c290d8b31ec (plain)
1
2
3
4
5
6
7
// Test to parse large integer literals

axiom 1234567890987654321 == 1234567890987654321;

function f(int) returns (int);

axiom f(1234567890987654321) == 0;