c++: Implement C++26 P2558R2 - Add @, $, and ` to the basic character set [PR110343]
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 20010117-1.c
blobd0772b3c32da256a14046c61911b0b984ab8ba09
1 unsigned char u, v, w;
3 void baz (void)
5 if ((u - v - w) & 0x80)
6 v = 1;