1 2 3 4 5 6 7 8 9 10
#ifndef TEST4 #define TEST4 int function1(); #ifdef QQQ #include "include1.h" #endif // QQQ #endif // TEST4