Sign in
gnu
/
gcc
/
b97c46eebe72992ec4cc21df36b272ad431b92ca
/
.
/
libstdc++-v3
/
testsuite
/
17_intro
/
names_fortify.cc
blob: f24af21f8a708678acca4403f3a950d734d63f3a [
file
] [
log
] [
blame
]
// { dg-do compile { target *-*-linux* } }
// { dg-add-options no_pch }
#undef
_FORTIFY_SOURCE
#define
_FORTIFY_SOURCE
2
// Now we can define the macros to poison uses of non-reserved names:
#include
"names.cc"