Revision 730c8b87275ca9a95f90cea745532f49d6fdd05d authored by Brad King on 12 July 2018, 12:41:20 UTC, committed by Brad King on 12 July 2018, 12:41:20 UTC
2 parent s f974000 + e014df7
Raw File
bang.cpp

#ifdef FOO_LIBRARY
#  error Unexpected FOO_LIBRARY
#endif

#ifdef BAR_LIBRARY
#  error Unexpected BAR_LIBRARY
#endif

#include "bang.h"

int bang()
{
  return 0;
}
back to top