Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
ffe0edc09287c730853d799c42fbb38e92bbd5bf
/
.
/
Tests
/
CompileFeatures
/
C_STANDARD_90.c
blob: 60669e79c9366e5fb79d326e4120922c9046f389 [
file
]
#include
"c_std.h"
#if defined(C_STD) && C_STD >= C_STD_99 && !defined(C_STD_MISSING)
# error "C_STANDARD 90 honored as higher standard"
#endif