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