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