aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.pt/memtemp41.C
blob: 603f702c4d12aa4ad1babb0c2cfb9ef80a0ed9d0 (plain)
1
2
3
4
5
6
7
// Build don't link:
// GROUPS passed templates membertemplates
template <int i>
struct S
{
  static void foo() {}
};