Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
ea2b9c6c01dadfda44243452df36e9cd0ecb7421
/
.
/
Tests
/
CompileFeatures
/
c_std_99.c
blob: 20b63720fe2e656aadec1b1f3bd2aac88ccff59d [
file
]
#include
"c_std.h"
#if defined(C_STD) && C_STD < C_STD_99
# error "c_std_99 not honored"
#endif