aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/cpp/syshdr5.h
blob: 300d6c36a0399720f17f28a2f7c9b240cd42a62c (plain)
1
2
3
4
5
6
/* Origin: PR preprocessor/60723

   This header file is to be included by the syshdr5.c file.  */

#pragma GCC system_header
#define FOO(A)do {int line = __LINE__ ; A;} while(0)