1 /* PR preprocessor/pr33919 */
3 /* { dg-options "-I . -include ${srcdir}/gcc.dg/pr33919-0.h" } */
7 const char *base_file
= __BASE_FILE__
;
9 extern int strcmp (const char *, const char *);
10 extern void abort (void);
15 if (!strcmp (pre_inc_base_file
, "<command line>"))
17 if (strcmp (pre_inc_base_file
, __FILE__
))
19 if (strcmp (base_file
, __FILE__
))
21 if (strcmp (inc_base_file
, __FILE__
))
23 if (strcmp (nested_inc_base_file
, __FILE__
))