1 2 3 4 5 6 7 8 9
// PR 31246 // { dg-do compile } // { dg-options "-Wunreachable-code" } #include <new> int* get_ptr(void* ptr) { return new(ptr) int(); }