// RUN: %llvmgxx -S %s -o -

#include <new>
typedef double Ty[4];

void foo(Ty *XX) {
  new(XX) Ty();
}


syntax highlighted by Code2HTML, v. 0.9.1