blob: 8821f5bc79ec7dfd007642be55df37e491849a8c [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; }