(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
lto/
20100721-1_0.C
/* { 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];
};