1 2 3 4 5 6 7 8
// RUN: %llvmgxx -S %s -o - #include <new> typedef double Ty[4]; void foo(Ty *XX) { new(XX) Ty(); }