Gitiles
Code Review
Sign In
source.supwisdom.com
/
common
/
thrift
/
ead3382915e3e50845a2c6d0acdd75dc00dd3be3
/
.
/
test
/
BrokenConstants.thrift
blob: 4c47b338087171451a5d37369e549e4135ea4ba3 [
file
] [
log
] [
blame
]
David Reiss
f145416
2008-06-30 20:45:47 +0000
[
diff
] [
blame
]
1
const
i64 myint
=
68719476736
2
const
i64 broken
=
9876543210987654321
// A little over 2^63
3
4
enum
foo
{
5
bar
=
68719476736
6
}