Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
be604bec8dfffb2f68e898b4d68b2fcf03e54cea
/
.
/
Tests
/
SetLang
/
stay_c.c
blob: 70755f3150ed36c18a3473029d35dd2deb969107 [
file
]
#ifdef
__cplusplus
# error C source incorrectly compiled as C++
#endif
int
stay_c
(
void
)
{
return
0
;
}