Daniel Dunbar | d7d5f02 | 2009-03-24 02:24:46 +0000 | [diff] [blame] | 1 | // RUN: clang-cc %s -fsyntax-only |
Reid Spencer | 5f016e2 | 2007-07-11 17:01:13 +0000 | [diff] [blame] | 2 | |
3 | float X = 1.17549435e-38F; | ||||
Chris Lattner | 413d355 | 2008-06-30 06:44:49 +0000 | [diff] [blame] | 4 | float Y = 08.123456; |
5 | |||||
Chris Lattner | b081a35 | 2008-07-03 03:47:30 +0000 | [diff] [blame] | 6 | // PR2252 |
7 | #if -0x8000000000000000 // should not warn. | ||||
8 | #endif | ||||
9 |