c++: Fix ICE with #embed/RAW_DATA_CST after list conversion [PR118671]
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / pr81500.c
blob7aaec2189fc3c7edde18873821082f1384496c99
1 /* { dg-do compile } */
3 typedef int a;
4 void c(int *b)
6 int d;
7 a e, f, *g, *h = b;
8 for (; d; d--) {
9 f = *g & 1;
10 *h-- = *g-- | e;
11 e = f;