c++: robustify testcase [PR109752]
[official-gcc.git] / gcc / testsuite / g++.dg / cpp1y / feat-sized-dealloc.C
bloba91246ff5a3b93d1e71cbeee537f5ead6c210872
1 // { dg-do compile { target c++11_only } }
2 // { dg-options "-fsized-deallocation" }
4 // C++14 features:
6 #ifndef __cpp_sized_deallocation
7 #  error "__cpp_sized_deallocation"
8 #elif __cpp_sized_deallocation != 201309
9 #  error "__cpp_sized_deallocation != 201309"
10 #endif