xref: /aosp_15_r20/bionic/tests/string_nofortify_test.cpp (revision 8d67ca893c1523eb926b9080dbe4e2ffd2a27ba1)
1  
2  #ifdef _FORTIFY_SOURCE
3  #undef _FORTIFY_SOURCE
4  #endif
5  
6  #define NOFORTIFY
7  
8  #include "string_test.cpp"
9  
10  #if defined(_FORTIFY_SOURCE)
11  #error "_FORTIFY_SOURCE has been redefined, fix the code to remove this redefinition."
12  #endif
13