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

9 lines
106 B
C

#ifdef __cplusplus
# error C source incorrectly compiled as C++
#endif
int stay_c(void)
{
return 0;
}