summaryrefslogtreecommitdiffstats
path: root/Tests/CompileFeatures/c_std_99.c
blob: 20b63720fe2e656aadec1b1f3bd2aac88ccff59d (plain)
1
2
3
4
#include "c_std.h"
#if defined(C_STD) && C_STD < C_STD_99
#  error "c_std_99 not honored"
#endif