blob: 4c47b338087171451a5d37369e549e4135ea4ba3 [file] [log] [blame]
David Reissf1454162008-06-30 20:45:47 +00001const i64 myint = 68719476736
2const i64 broken = 9876543210987654321 // A little over 2^63
3
4enum foo {
5 bar = 68719476736
6}