fixup! riscv: Implement large addend for global address
[tinycc.git] / tests / pp / 15.expect
blobb4f885e954e95144b7eec2e65f547647f852e27b
1 return (long double)d;
2 return A+++B;
3 return A+ ++B;
4 return A+++ +B;
5 return 0x1E -1;