OSDN Git Service

* treelang/compile/var_defs.tree: Adjust.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.pt / t22.C
1 // { dg-do assemble  }
2
3 class AA { public: static int xx; };
4 template <class X> class A {
5  public:
6   static int x;
7 };
8
9 int AA::xx;
10 template <class Y> int A<Y>::x; // { dg-bogus "" }