summaryrefslogtreecommitdiffstats
path: root/Tests/SetLang/stay_c.c
blob: 70755f3150ed36c18a3473029d35dd2deb969107 (plain)
1
2
3
4
5
6
7
8
#ifdef __cplusplus
#  error C source incorrectly compiled as C++
#endif

int stay_c(void)
{
  return 0;
}