blob: b75771e76e2c2ee9ec2de6b0f0c39f9326d883f5 [file] [log] [blame]
// Build don't link:
class S
{
~S();
public:
friend void f();
};
S::~S()
{
static S s;
}