summaryrefslogtreecommitdiffstats
path: root/Tests/CompileFeatures/hip_std_11.hip
blob: 835aebd91b112cb9a39ea97dd9adb61850794345 (plain)
1
2
3
4
#include "cxx_std.h"
#if defined(CXX_STD) && CXX_STD < CXX_STD_11
#  error "hip_std_11 not honored"
#endif