aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/template/static36.C
blob: 36c48b021b1bde3f56f14fa86b0ad28be898fd0b (plain)
1
2
3
4
// PR c++/65646

template <typename = int> class A {};
template <> A<> &A<>::a;	// { dg-error "" }