aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.law/union4.C
blob: 2178697f8ec3524d271ad0de17980a305b88bb77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Build don't link: 
// GROUPS passed unions
// anon-union file
// From: hossein@veritas.com (Hossein Raassi)
// Date:     Wed, 15 Dec 93 13:52 PST
// Subject:  Internal Error
// Message-ID: <m0pA49A-0000LdC@piano.veritas.com>

static union {
        struct SS {
                int ss;
        };
};// ERROR - .*