2018-11-07 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / nullptr24.C
blobde0c84279ca172ecb61621e5ba7730fc1dc4a231
1 // PR c++/50371
2 // { dg-do compile { target c++11 } }
4 template<decltype(nullptr)>
5 struct nt;