(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
cpp/
pr28227.c
       1  /* Copyright (C) 2007 Free Software Foundation, Inc.  */
       2  /* PR preprocessor/28227 */
       3  
       4  /* { dg-do preprocess } */
       5  #ifdef defined
       6  #endif
       7  #ifndef defined
       8  #endif
       9  
      10  int x;