#line, #pragma
This commit is contained in:
parent
29ea5195fa
commit
6e75b24b7c
4 changed files with 88 additions and 7 deletions
|
@ -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) {
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue