From-SVN: r38479
This commit is contained in:
Jason Merrill 2000-12-23 05:32:15 -05:00
parent c60162c91d
commit dee75dd556

View file

@ -1,3 +1,6 @@
// Test that we properly default-initialize the new int when () is given.
// execution test - XFAIL *-*-*
#include <new>
using namespace std;
extern "C" void *malloc (size_t);