1 // { dg-do compile { target c++11 } }
2 // { dg-options "--param ggc-min-heapsize=0 --param ggc-min-expand=0 " }
4 // Make sure that the static assert does not crash the GC.
10 operator() (T * ptr) const
12 static_assert (sizeof (T) > 0, "Can't delete pointer to incomplete type");