aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/cpp0x/nullptr24.C
blob: de0c84279ca172ecb61621e5ba7730fc1dc4a231 (plain)
1
2
3
4
5
// PR c++/50371
// { dg-do compile { target c++11 } }

template<decltype(nullptr)>
struct nt;