This website requires JavaScript.
Explore
Help
Sign In
maxjhandsome
/
llvm-project
forked from
OSchip/llvm-project
Watch
1
Star
0
Fork
You've already forked llvm-project
0
Code
Issues
Pull Requests
Packages
Releases
Wiki
Activity
9ff58d7caf
llvm-project
/
clang
/
test
/
Lexer
/
number.c
7 lines
82 B
C
Raw
Normal View
History
Unescape
Escape
new testcase llvm-svn: 38996
2006-10-17 10:53:13 +08:00
// RUN: clang %s -fsyntax-only
float
X
=
1.17549435e-38
F
;
Fix a bug reported by Kelly Wilson, where we incorrectly rejected FP immediates like 08.123 llvm-svn: 52890
2008-06-30 14:44:49 +08:00
float
Y
=
08.123456
;