lang-bootstrap/05/main.c
2022-01-10 15:12:24 -05:00

14 lines
190 B
C

#define F(x) x x
F(2
3)
#define STRINGIFY(x) #x
#define LINE_NUMBER 1982
#define INC_FILE STRINGIFY(macro_test.c)
#include INC_FILE /* include macro test */
xglue(LINE_,NUMBER)
#pragma