blob: 722af9f1846174f76ba55517c6634f9326ad4ef5 [file] [log] [blame]
#ifdef FOO_LIBRARY
# error Unexpected FOO_LIBRARY
#endif
#ifdef BAR_LIBRARY
# error Unexpected BAR_LIBRARY
#endif
#include "bang.h"
int bang()
{
return 0;
}