OSDN Git Service

* c-decl.c (grokfield): Allow typedefs for anonymous structs and
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / real-const-1.c
1 /* PR middle-end/21781.  */
2 /* { dg-do compile } */
3 /* { dg-options "-Wall" } */
4
5 int foo(void) { if (.0e200000000 == 0 ) return 1; }