FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.pt / memtemp41.C
blob603f702c4d12aa4ad1babb0c2cfb9ef80a0ed9d0
1 // Build don't link:
2 // GROUPS passed templates membertemplates
3 template <int i>
4 struct S
6   static void foo() {}
7 };