Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
d7d5f0223bd30dfd618762349c6209dd1d5ea3e6
/
.
/
test
/
Lexer
/
number.c
blob: 253453c764b2c30abfeb498771ed64ab7bc6173d [
file
] [
log
] [
blame
]
// RUN: clang-cc %s -fsyntax-only
float
X
=
1.17549435e-38F
;
float
Y
=
08.123456
;
// PR2252
#if -0x8000000000000000 // should not warn.
#endif