aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.pt/t22.C
blob: 1102baabef307c4f5de7f52c07ad5f2fc97dd666 (plain)
1
2
3
4
5
6
7
8
9
10
// Build don't link: 

class AA { public: static int xx; };
template <class X> class A {
 public:
  static int x;
};

int AA::xx;
template <class Y> int A<Y>::x;	// gets bogus error