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