summaryrefslogtreecommitdiffstats
path: root/test cases/common/130 include order/sub1/some.c
blob: 1ab0db4dd375a23e7527ac7f4df86dd11977d373 (plain)
1
2
3
4
5
6
#if defined _WIN32 || defined __CYGWIN__
  __declspec(dllexport)
#endif
int somefunc(void) {
  return 1984;
}