Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
refs/heads/master
/
.
/
Tests
/
CompileFeatures
/
c_std_17.c
blob: 938cba454cf0fe7dfc88e26b9c6741e70b7ea196 [
file
] [
log
] [
blame
] [
edit
]
#include
"c_std.h"
#if defined(C_STD) && C_STD <= C_STD_11
# error "c_std_17 not honored"
#endif