mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
New testcase for PR529
llvm-svn: 20356
This commit is contained in:
parent
970db20de4
commit
f32f103de7
@ -0,0 +1,8 @@
|
||||
// RUN: %llvmgxx -S %s -o -
|
||||
|
||||
#include <new>
|
||||
typedef double Ty[4];
|
||||
|
||||
void foo(Ty *XX) {
|
||||
new(XX) Ty();
|
||||
}
|
Loading…
Reference in New Issue
Block a user