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