1 // PR c++/50371
2 // { dg-options -std=c++0x }
3 
4 template<decltype(nullptr)>
5 struct nt;
6