#include #ifdef A #include #else #include #endif int main() { char* c=alloca(23); (void)c; return 0; }