YouCompleteMe/cpp/llvm/tools/clang/test/Lexer/rdr-6096838.c
Strahinja Val Markovic 1f51a89d39 Adding more llvm/clang files
These were ignored by git accidentally. We want ALL OF THEM since they all came
in the llvm/clang source distribution.
2012-07-05 17:55:45 -07:00

7 lines
230 B
C

/* RUN: %clang_cc1 -triple i386-unknown-unknown -fsyntax-only -verify %s
* RUN: %clang_cc1 -triple x86_64-unknown-unknown -std=gnu89 -fsyntax-only -verify %s
rdar://6096838
*/
long double d = 0x0.0000003ffffffff00000p-16357L;