mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-01 00:33:09 +00:00
MAke this test portable.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36164 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6852c616ed
commit
c27b4eff5c
@ -1,7 +1,9 @@
|
||||
// RUN: %llvmgxx -S %s -o - | llvm-as -f -o /dev/null
|
||||
|
||||
// Default placement versions of operator new.
|
||||
inline void* operator new(unsigned, void* __p) throw();
|
||||
#include <new>
|
||||
|
||||
void* operator new(size_t, void* __p) throw();
|
||||
|
||||
|
||||
template<typename _CharT>
|
||||
|
Loading…
Reference in New Issue
Block a user