1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00

This test passes on all platforms

llvm-svn: 18509
This commit is contained in:
Chris Lattner 2004-12-04 23:21:41 +00:00
parent e8923546f1
commit b5fb813c95

View File

@ -1,6 +1,5 @@
// RUN: %llvmgxx -S %s -o - | llvm-as -f -o /dev/null
// XFAIL: darwin,sun
// Default placement versions of operator new.
inline void* operator new(unsigned, void* __p) throw();