PR preprocessor/60723 - missing system-ness marks for macro tokens
[official-gcc.git] / gcc / testsuite / gcc.dg / cpp / syshdr5.h
blob300d6c36a0399720f17f28a2f7c9b240cd42a62c
1 /* Origin: PR preprocessor/60723
3 This header file is to be included by the syshdr5.c file. */
5 #pragma GCC system_header
6 #define FOO(A)do {int line = __LINE__ ; A;} while(0)