forked from OSchip/llvm-project
parent
f4313ebfef
commit
f4b54fe64b
|
@ -312,12 +312,12 @@ S2 s2;
|
|||
#if defined(FIRST)
|
||||
struct S3 {
|
||||
static void A() {}
|
||||
void B() {}
|
||||
void A(int) {}
|
||||
};
|
||||
#elif defined(SECOND)
|
||||
struct S3 {
|
||||
void A() {}
|
||||
static void B() {}
|
||||
void A(int) {}
|
||||
static void A() {}
|
||||
};
|
||||
#else
|
||||
S3 s3;
|
||||
|
|
Loading…
Reference in New Issue