Commit eccad894 by Gabriel Dos Reis Committed by Gabriel Dos Reis

New test.

From-SVN: r39942
parent 63b3c159
2001-02-21 Gabriel Dos Reis <gdr@merlin.codesourcery.com>
* g++.old-deja/g++.other/lookup22.C: New test.
2001-02-19 Zack Weinberg <zackw@stanford.edu>
* g77.dg: New directory.
......
// Origin: GerhardTonn@gmx.de
// Build don't link:
struct super {
union {
int myName;
void* secondMember;
};
};
struct sub : super {
int myName() { return 1; }
};
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment