(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
cpp0x/
nullptr24.C
// PR c++/50371
// { dg-do compile { target c++11 } }

template<decltype(nullptr)>
struct nt;