RISC-V: avoid LUI based const mat in alloca epilogue expansion
[official-gcc.git] / gcc / testsuite / g++.dg / lookup / pr84375.C
blob1b086e15694811df62fda053e46fd9a3fd8cd870
1 // PR c++/84375 ICE after error
3 void foo()
5   struct A
6   {
7     friend void A(); // { dg-error "17:friend declaration .void A\\(\\). in local class without prior local" }
8   };