1 /* Copyright (C) 2000 Free Software Foundation, Inc.  */
2 
3 /* { dg-do preprocess } */
4 
5 /* Tests that "#include MACRO" works.  */
6 
7 /* Source: Neil Booth, 29 Oct 2000.  */
8 
9 #define MACRO "mi1c.h"
10 #include MACRO
11 #ifndef CPP_MIC_H
12 #error #include MACRO does not work
13 #endif
14