Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
packaging
/
sources
/
thrift
/
969c04b912c774e6f9c6f0f3356b8eff5b5947b4
/
.
/
test
/
BrokenConstants.thrift
blob: 4c47b338087171451a5d37369e549e4135ea4ba3 [
file
] [
log
] [
blame
]
const
i64 myint
=
68719476736
const
i64 broken
=
9876543210987654321
// A little over 2^63
enum
foo
{
bar
=
68719476736
}