up
From-SVN: r23693
This commit is contained in:
parent
7a78c20bc9
commit
35ea5ad303
@ -3,7 +3,7 @@
|
||||
extern "C"
|
||||
{
|
||||
struct xx {
|
||||
void (*xx)(void);
|
||||
void (*xx)(void); // ERROR - field with name of class
|
||||
int x,y;
|
||||
};
|
||||
}
|
||||
|
@ -1,4 +0,0 @@
|
||||
// Build don't link:
|
||||
|
||||
struct S { int S; } object;
|
||||
struct S function () { return object; }
|
@ -7,5 +7,5 @@ struct S1 {
|
||||
static int S1; // ERROR - uses same name 9.3
|
||||
};
|
||||
struct S2 {
|
||||
union { int ii; float S2; }; // ERROR - uses same name 9.3 , XFAIL *-*-*
|
||||
union { int ii; float S2; }; // ERROR - uses same name 9.3
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user