summaryrefslogtreecommitdiffstats
path: root/test/input/FundamentalType-nullptr.cxx
blob: 867402ee26948337bd4546794ef8b126f0ff3ea7 (plain)
1
2
3
4
namespace start {
typedef decltype(nullptr) t_NullPtr;
typedef decltype((nullptr)) t_ParenNullPtr;
}