OSDN Git Service

PR c++/51401
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / cpp0x / nullptr24.C
1 // PR c++/50371
2 // { dg-options -std=c++0x }
3
4 template<decltype(nullptr)>
5 struct nt;