b734fa4471
Issue an error if this is encountered by an IDE generator.
11 lines
153 B
C
11 lines
153 B
C
|
|
#ifdef TEST_LANG_DEFINES
|
|
#include "c_only.h"
|
|
|
|
#ifndef C_ONLY_DEFINE
|
|
#error Expected C_ONLY_DEFINE
|
|
#endif
|
|
#endif
|
|
|
|
int consumer_c() { return 0; }
|