summaryrefslogtreecommitdiffstats
path: root/Tests/CMakeCommands/target_include_directories/consumer.c
blob: 8821f5bc79ec7dfd007642be55df37e491849a8c (plain)
1
2
3
4
5
6
7
8
9
10

#ifdef TEST_LANG_DEFINES
  #include "c_only.h"

  #ifndef C_ONLY_DEFINE
  #error Expected C_ONLY_DEFINE
  #endif
#endif

int consumer_c() { return 0; }