DEBSOURCES
Skip Quicknav
sources / icecc / 1.4-1 / tests / warninginmacro.cpp
123456789
// See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80369 #define MACRO if( arg != arg ) return 1; int f( int arg ) { MACRO return 2; }