summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/cpp0x/nullptr24.C
blob: f3917796627c6e3d9e6ec407a3127dac8b57be08 (plain)
1
2
3
4
5
// PR c++/50371
// { dg-options -std=c++0x }

template<decltype(nullptr)>
struct nt;