Instead of printing >>, this example prints the ASCII control character ^B:

$ cat s.c
#define S >>
S
$ ./tcc -E s.c
# 2 "s.c"
^B

Jay.

_______________________________________________
Tinycc-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to