OSDN Git Service

Restrict DR 757 change to C++0x mode.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.ns / template1.C
1 // { dg-do assemble  }
2 namespace foo {
3
4   template <class T>
5   class x {};
6
7 }
8
9 foo::x<int> y;