c++: Fix ICE with #embed/RAW_DATA_CST after list conversion [PR118671]
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / pr105166.c
blob745af50e6627399526f51c720d17509ebbe83968
1 /* { dg-do compile } */
2 /* { dg-additional-options "-std=gnu17" } */
4 int bar (foo, a)
5 int (**foo) ();
6 int a;
8 (foo)[1] = bar;
9 foo[1] (1);