summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/lto/20100721-1_0.C
blob: 09132e5992bb53f1ba263293936e9bc767f41e43 (plain)
1
2
3
4
5
6
7
8
9
/* { dg-lto-do assemble } */

static inline int __gthread_active_p (void) { }
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];
};