blob: a87a923a53d7e571e6f92233ce30ba8c40e7a235 [file] [log] [blame]
// { dg-do compile { target c++11 } }
template<decltype(nullptr)>
struct nt{};
nt<nullptr> x;