1 /* { dg-lto-do assemble } */
2 
__gthread_active_p(void)3 static inline int __gthread_active_p (void) { }
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 };
10