libstdc++: [_Hashtable] Fix some implementation inconsistencies
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / constexpr-empty14.C
blobca4f9a55e5f9686c02b1fcbda62cbfd9e1aac93d
1 // PR c++/91953
2 // { dg-do compile { target c++11 } }
4 struct S {};
6 template <class T> void
7 foo (S s)
9   constexpr S x = s;