// Contributed by Dodji Seketeli // Origin: PR c++/36741 #include const char* foo() { return new char[~static_cast(0)];// { dg-bogus "large" } }