summaryrefslogtreecommitdiff
path: root/05/main.c
blob: dcfb19593378bdd6571d7949365abee15b30a939 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#define f(x) x x

f(2
3)

#define STRINGIFY(x) #x
#define MY_FILE STRINGIFY(some_file.c)
#define LINE_NUMBER 1982

#line LINE_NUMBER MY_FILE

#pragma