LoongArch: Organize the code related to split move and merge the same functions.
[official-gcc.git] / gcc / testsuite / g++.dg / template / crash55.C
blob8a7fc112c1994ecf2a99572ca53c7c0c95056614
1 //PR c++/27668
3 template<typename class T, T = T()> // { dg-error "nested-name-specifier|two or more|class type|incomplete" }
4 struct A {};
6 template<int> void foo(A<int>);