Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
efe060b04f9d8d0e6072dd188e1b4c7f69e4e2b1
/
.
/
Tests
/
RunCMake
/
try_compile
/
CStandardGNU.c
blob: f7ddff4d3dc7eb8082461d2f6dc310f6805166ba [
file
]
#if __STDC_VERSION__ != 199901L
# error "Not GNU C 99 mode!"
#endif
#ifndef
__STRICT_ANSI__
# error "Not GNU C strict ANSI!"
#endif
int
main
(
void
)
{
return
0
;
}