1 // { dg-do compile { target c++14 } }
2 // { dg-options "-fno-sized-deallocation" }
3 
4 #ifndef __cpp_sized_deallocation
5 #  error "__cpp_sized_deallocation" // { dg-error "error" }
6 #endif
7