#line, #pragma

This commit is contained in:
pommicket 2022-01-09 22:33:33 -05:00
parent 29ea5195fa
commit 6e75b24b7c
4 changed files with 88 additions and 7 deletions

View file

@ -11,13 +11,10 @@ JOIN(X, X)
STRINGIFY(X)
#define E 5
#define D E
#define C D
#define B C
#define A B
#line 6
int x = E;
#line 7 "some_file.c"
#pragma whatever
main(void) {
}