/cp
[official-gcc.git] / gcc / testsuite / g++.dg / cpp1y / feat-sized-dealloc-neg.C
blobb1a3dc5e15727cf606208e14539a7e6d29b0a5bf
1 // { dg-do compile { target c++14 } }
2 // { dg-options "-fno-sized-deallocation" }
4 #ifndef __cpp_sized_deallocation
5 #  error "__cpp_sized_deallocation" // { dg-error "error" }
6 #endif