Make test more platform independent.

llvm-svn: 86890
This commit is contained in:
Fariborz Jahanian 2009-11-11 22:49:09 +00:00
parent 19019eaf00
commit d708eb6b6a
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
// RUN: clang-cc -emit-llvm-only -verify %s
// PR5454
#include <stddef.h>
class X {static void * operator new(unsigned long size) throw(); X(int); };
class X {static void * operator new(size_t size) throw(); X(int); };
int a(), b();
void b(int x)
{