[ODRHash] Try again to fix build bot.

llvm-svn: 296958
This commit is contained in:
Richard Trieu 2017-03-04 03:04:15 +00:00
parent f4313ebfef
commit f4b54fe64b
1 changed files with 3 additions and 3 deletions

View File

@ -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;