blob: bafbc022d5e88d0614d5215d549a66ddce9f6485 [file] [log] [blame]
Reid Spencer5f016e22007-07-11 17:01:13 +00001// RUN: clang %s -fsyntax-only
2
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