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