blob: b135dc1409cb20e3f1c0351d3cde5b041572240d [file] [log] [blame]
Daniel Dunbard7d5f022009-03-24 02:24:46 +00001/* RUN: clang-cc -pedantic -std=gnu89 -fsyntax-only -verify %s
Chris Lattnerc21f1a72008-11-21 01:04:13 +00002 rdar://6096838
3 */
4
5long double d = 0x0.0000003ffffffff00000p-16357L; /* expected-warning {{ hexadecimal floating constants are a C99 feature }} */