OSDN Git Service

* gcc.dg/tls/tls.exp: Remove temporary file.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / complex-2.h
1 /* Allow complex types in system headers even with -std=iso9899:1990
2    -pedantic-errors.  Header file.  */
3
4 #pragma GCC system_header
5
6 _Complex double x;