summaryrefslogtreecommitdiffstats
path: root/Tests/CompileFeatures/c_std_11.c
blob: 2938c17fc028ca3bfee59bb0b1a04d1f7b1e35ce (plain)
1
2
3
4
5
#include "c_std.h"
#if defined(C_STD) && C_STD <= C_STD_99 &&                                    \
  !(defined(__SUNPRO_C) && __SUNPRO_C < 0x5140 && C_STD == C_STD_99)
#  error "c_std_11 not honored"
#endif