lang-bootstrap/05/main.c

15 lines
190 B
C
Raw Normal View History

2022-01-10 15:12:24 -05:00
#define F(x) x x
2022-01-10 15:12:24 -05:00
F(2
3)
2022-01-10 12:29:11 -05:00
#define STRINGIFY(x) #x
#define LINE_NUMBER 1982
2022-01-10 15:12:24 -05:00
#define INC_FILE STRINGIFY(macro_test.c)
2022-01-10 12:29:11 -05:00
2022-01-10 15:12:24 -05:00
#include INC_FILE /* include macro test */
xglue(LINE_,NUMBER)
2022-01-10 12:29:11 -05:00
#pragma