preprocessing tokens
This commit is contained in:
parent
d48816e226
commit
ac6cb985db
5 changed files with 452 additions and 28 deletions
20
05/main.c
20
05/main.c
|
@ -1,6 +1,14 @@
|
|||
test\
|
||||
ing/*
|
||||
I am */testing
|
||||
that this is working
|
||||
hello \
|
||||
there.
|
||||
#include <stdio.h>
|
||||
|
||||
int test(int, double, ...);\
|
||||
/* here is a nice
|
||||
comment it is
|
||||
here
|
||||
*/
|
||||
int main(void) {
|
||||
printf("\"Hello, world!%c\n\"", '\'');
|
||||
_X55 = Y4_C_;
|
||||
a.b = c;
|
||||
5 + (.3e+5+6) & 0xff | 93 -~5;
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue