Sign in
gnu
/
gcc.git
/
5ecbe70d0f34ac9dadefc21c809fb6a2369d1bad
/
.
/
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"