summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.law/dtors1.C
blob: 069f1317c8e963592a2bc6d1218da3ae905adba0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// { dg-do assemble  }
// GROUPS passed destructors
// friends file
// From: offline!marc@ai.mit.edu (Marc Duponcheel) (Marc Duponcheel)
// Date:     Sat, 6 Feb 93 23:31:22 PST
// Subject:  some 2.2.2 bugs
// Message-ID: <9302070731.AA002jw@offline.UUCP>

void    f()
{
        int     i;
        i.i::~i();// { dg-error "" } .*
}