cmake/Tests/SetLang/stay_cxx.cxx

9 lines
105 B
C++
Raw Normal View History

2020-08-30 11:54:41 +02:00
#ifndef __cplusplus
# error C++ source incorrectly compiled as C
#endif
int stay_cxx()
{
return 0;
}