c++: Implement P2615 'Meaningful Exports' [PR107688]
[official-gcc.git] / gcc / testsuite / g++.dg / template / crash71.C
blob949f46eaf0d120771f2ab655b902aea2b275b2f3
1 // PR c++/30659
3 extern "C" template A<char> foo();
4 // { dg-error "forbids|static data|expected|template" "" { target c++17_down } .-1 }
5 // { dg-error "permitted|forbids|static data|expected|template" "" { target c++20 } .-2 }