mirror of
https://github.com/frida/tinycc
synced 2024-11-24 16:49:44 +03:00
71b16f4e18
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
8 lines
132 B
Plaintext
8 lines
132 B
Plaintext
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;
|