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