OSDN Git Service

* gcc.dg/20020201-1.c: Use cleanup-coverage_files.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.pt / array7.C
1 // { dg-do assemble  }
2 // Origin: Mark Mitchell <mark@codesourcery.com>
3
4 template <typename T>
5 struct S {
6   enum E { e = 5 };
7   static int i[e];
8 };
9
10 template <typename T>
11 int S<T>::i[S<T>::e];