rt_gccstream/gcc/testsuite/gcc.dg/complex-2.h

7 lines
155 B
C

/* Allow complex types in system headers even with -std=iso9899:1990
-pedantic-errors. Header file. */
#pragma GCC system_header
_Complex double x;