blob: ae88f9248d5b3cc45833dcc9b1d096c9fbc973e0 [file] [log] [blame]
#ifdef TEST_LANG_DEFINES
#include "c_only.h"
#ifndef C_ONLY_DEFINE
#error Expected C_ONLY_DEFINE
#endif
#endif
int consumer_c()
{
return 0;
}