blob: 50c159c44ee571bae4793380e1c0b554f91b3147 (
plain)
1
2
3
4
5
|
#pragma GCC system_header
/* N.B. the semicolon in the macro definition is important, since it produces a
second token from this system header on the same line as the __LINE__ token. */
#define X(a, b) __LINE__;
|