Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Tests
/
CompileFeatures
/
C_STANDARD_17.c
blob: 7cd6e5bc6e10c7f7ced72d177a98d410a4c80a96 [
file
]
#include
"c_std.h"
#if defined(C_STD) && C_STD > C_STD_17
# error "C_STANDARD 17 honored as higher standard"
#endif
#if defined(C_STD) && C_STD <= C_STD_11
# error "C_STANDARD 17 not honored"
#endif