lang-bootstrap/05/main.c

22 lines
232 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 */
2022-01-10 18:04:53 -05:00
a
#ifndef INC_FILEd
2022-01-10 15:12:24 -05:00
xglue(LINE_,NUMBER)
2022-01-10 18:04:53 -05:00
#else
Hello
#endif
b
2022-01-10 12:29:11 -05:00
#pragma