blob: e39184b76d1ad21d4a9428c6926ce2d7debe3917 [file] [log] [blame]
/* { dg-lto-do assemble } */
static inline int __gthread_active_p (void) { return 0; }
template <int rank, int dim> class Tensor;
template <int dimension> struct G;
template <int dim> class T {
typedef void A;
typedef Tensor<1,dim> F[G<dim>::v];
};