summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.pt/memtemp41.C
blob: 539b8451c0362fb1cb6bb6c30bae394d69d3f608 (plain)
1
2
3
4
5
6
7
// { dg-do assemble  }
// GROUPS passed templates membertemplates
template <int i>
struct S
{
  static void foo() {}
};