blob: 2e950986be088425b3be75a597c2bf69819434c7 [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;
}