lang-bootstrap/05/main.c

13 lines
150 B
C
Raw Normal View History

#define f(x) x x
f(2
3)
2022-01-10 12:29:11 -05:00
#define STRINGIFY(x) #x
#define MY_FILE STRINGIFY(some_file.c)
#define LINE_NUMBER 1982
#line LINE_NUMBER MY_FILE
#pragma