2018-11-07 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / g++.dg / lto / 20100721-1_0.C
blobe39184b76d1ad21d4a9428c6926ce2d7debe3917
1 /* { dg-lto-do assemble } */
3 static inline int __gthread_active_p (void) { return 0; }
4 template <int rank, int dim> class Tensor;
5 template <int dimension> struct G;
6 template <int dim> class T {
7     typedef void A;
8     typedef Tensor<1,dim> F[G<dim>::v];
9 };