summaryrefslogtreecommitdiffstats
path: root/Tests/CompileFeatures/c_std_17.c
blob: 938cba454cf0fe7dfc88e26b9c6741e70b7ea196 (plain)
1
2
3
4
#include "c_std.h"
#if defined(C_STD) && C_STD <= C_STD_11
#  error "c_std_17 not honored"
#endif