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