blob: c464f6e702a6ae84af3efac171920d916581a1d2 (
plain)
1
2
3
4
5
6
7
8
|
/* Contributed by Nicholas Ormrod
Origin: PR preprocessor/60723.
This file is to be included by the syshdr4.c file. */
#pragma GCC system_header
#define FOO() int line = __LINE__ ;
|