c++: prvalue of array type [PR111286]
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / constexpr-delete.C
blob3cc4f55d07dbda6901ae768f5ea167ee3a519181
1 // { dg-do compile { target c++11 } }
3 constexpr bool never() = delete; // useless, but OK