Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.dg / cpp / paste12.c
blobe61ec51433c067cbf5a2e7d7a59b6435db4aa61b
1 /* { dg-do preprocess } */
3 /* Test correct diagnostics when pasting in #include.
4 Source: PR preprocessor/6780. */
6 #define inc2(a,b) <##a.b>
7 #define INC(X) inc2(X,h)
8 #include INC(stdio) /* { dg-error "pasting \"<\" and \"stdio\" does not" } */