Sign in
gnu
/
gcc.git
/
09a3da82125e07da504136841d577f103aa4ea13
/
.
/
gcc
/
testsuite
/
gcc.dg
/
cpp
/
pr60014-2.h
blob: 455f1ed2e5be8e5767d0abd1a43060212581727e [
file
] [
log
] [
blame
]
#pragma
GCC system_header
/* N.B. the semicolon in the macro definition is important, since it produces a
second token from this system header on the same line as the _Pragma. */
#define
X
_Pragma
(
"GCC diagnostic push"
);