Make test case 32/64 bit neutral

llvm-svn: 223938
This commit is contained in:
David Blaikie 2014-12-10 19:19:24 +00:00
parent a2c1124f9c
commit 80b279e624
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ void f9(int i) {
src1)[src2()];
}
void *operator new(unsigned long, void *);
void *operator new(decltype(sizeof(1)), void *);
// CHECK-LABEL: define
void f10() {