Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.dg / cpp / include1.c
bloba0a54e00598c32f56672b86d13704c494b67f231
1 /* Copyright (C) 2000 Free Software Foundation, Inc. */
3 /* { dg-do preprocess } */
5 /* Tests that "#include MACRO" works. */
7 /* Source: Neil Booth, 29 Oct 2000. */
9 #define MACRO "mi1c.h"
10 #include MACRO
11 #ifndef CPP_MIC_H
12 #error #include MACRO does not work
13 #endif