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;
11