14 lines
147 B
C
Raw Normal View History

2015-08-17 11:37:30 +02:00
#ifdef TEST_LANG_DEFINES
2016-07-09 11:21:54 +02:00
#include "c_only.h"
2015-08-17 11:37:30 +02:00
2016-07-09 11:21:54 +02:00
#ifndef C_ONLY_DEFINE
#error Expected C_ONLY_DEFINE
#endif
2015-08-17 11:37:30 +02:00
#endif
2016-07-09 11:21:54 +02:00
int consumer_c()
{
return 0;
}