summaryrefslogtreecommitdiffstats
path: root/Tests/CompileFeatures/c_std_23.c
blob: a60a16eb11dac807ffcf118beb015d3b0e87eaeb (plain)
1
2
3
4
5
#include "c_std.h"
#if defined(C_STD) && C_STD <= C_STD_17 &&                                    \
  !(C_STD == C_STD_17 && defined(__clang_major__) && __clang_major__ < 14)
#  error "c_std_23 not honored"
#endif