2018-01-24 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.dg / cpp / paste12.c
blob3e0f7b9592220986bafd7ec64c61cb108622680a
1 /*
2 { dg-options "-ftrack-macro-expansion=0" }
3 { dg-do preprocess }
4 */
6 /* Test correct diagnostics when pasting in #include.
7 Source: PR preprocessor/6780. */
9 #define inc2(a,b) <##a.b>
10 #define INC(X) inc2(X,h)
11 #include INC(stdio) /* { dg-error "pasting \"<\" and \"stdio\" does not" } */