Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
dd0bd1534bbb51ee85a4df87538556fcd3d83218
/
.
/
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