cmake/Tests/SetLang/stay_cxx.cxx
2020-08-30 11:54:41 +02:00

9 lines
105 B
C++

#ifndef __cplusplus
# error C++ source incorrectly compiled as C
#endif
int stay_cxx()
{
return 0;
}