2018-05-15 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.dg / real-const-1.c
blob4c7058d17af1f384220b23df9a0340ba9fb94b20
1 /* PR middle-end/21781. */
2 /* { dg-do compile } */
3 /* { dg-options "-Wall" } */
5 int foo(void) { if (.0e200000000 == 0 ) return 1; }