blob: 253453c764b2c30abfeb498771ed64ab7bc6173d [file] [log] [blame]
Daniel Dunbard7d5f022009-03-24 02:24:46 +00001// RUN: clang-cc %s -fsyntax-only
Reid Spencer5f016e22007-07-11 17:01:13 +00002
3float X = 1.17549435e-38F;
Chris Lattner413d3552008-06-30 06:44:49 +00004float Y = 08.123456;
5
Chris Lattnerb081a352008-07-03 03:47:30 +00006// PR2252
7#if -0x8000000000000000 // should not warn.
8#endif
9