diff options
| author | grischka <grischka> | 2016-10-09 20:33:14 +0200 |
|---|---|---|
| committer | grischka <grischka> | 2016-10-09 20:33:14 +0200 |
| commit | 71b16f4e18b2794b76cc80cb7d0303243656b050 (patch) | |
| tree | afee8de56f0213d74b8404f66c4b9fd62a238730 /tests/pp/15.expect | |
| parent | 78c08898aeb88ae3f8e6a775532a49712188875a (diff) | |
| download | tinycc-71b16f4e18b2794b76cc80cb7d0303243656b050.tar.gz tinycc-71b16f4e18b2794b76cc80cb7d0303243656b050.tar.bz2 | |
tccpp : "tcc -E -P" : suppress empty lines
Also:
- regenerate all tests/pp/*.expect with gcc
- test "insert one space" feature
- test "0x1E-1" in asm mode case
- PARSE_FLAG_SPACES: ignore \f\v\r better
- tcc.h: move some things
Diffstat (limited to 'tests/pp/15.expect')
| -rw-r--r-- | tests/pp/15.expect | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/pp/15.expect b/tests/pp/15.expect new file mode 100644 index 0000000..f652240 --- /dev/null +++ b/tests/pp/15.expect @@ -0,0 +1,7 @@ +return (long double)d; +return A+++B; +return A+ ++B; +return A+++ +B; +return 0x1E -1; +XXX: return x+x-1 +1 -2; +XXX: return x x 1 2 x; |
