aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.niklas/t127.C
blob: a53d2d4a3b7efd45b200c6e605dcd31647631a1e (plain)
1
2
3
4
// Build don't link: 
// GROUPS passed niklas nested-types
struct A { struct B { ~B (); }; };
A::B::~B () {}