summaryrefslogtreecommitdiffstats
path: root/Tests/CompileFeatures/cuda_std_23.cu
blob: 6bdaeb9b13a281aad3237d7383f3d9994bd2ed58 (plain)
1
2
3
4
#include "cxx_std.h"
#if defined(CXX_STD) && CXX_STD <= CXX_STD_20
#  error "cuda_std_23 not honored"
#endif