Merge from mainline (165734:167278).
[official-gcc/graphite-test-results.git] / gcc / testsuite / g++.dg / template / error43.C
blob876e0181a40c0a2b1746e46b9bd9dd6608940610
1 // PR c++/29363
3 template<int> void foo()
5   throw A();                    // { dg-message "declar" }
6   struct A {} a;
9 template void foo<0>();         // { dg-message "instantiated" }