Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
87142bbd5f94de9591b0a5531e427a5f491f56fd
/
.
/
Tests
/
SetLang
/
stay_cxx.cxx
blob: e0352604d484d2b57f356875a7f30c4222265080 [
file
]
#ifndef
__cplusplus
# error C++ source incorrectly compiled as C
#endif
int
stay_cxx
()
{
return
0
;
}