iface_test.cpp 166 B

1234567891011
  1. #ifndef USING_TESTSHAREDLIBREQUIRED
  2. #error Expected USING_TESTSHAREDLIBREQUIRED
  3. #endif
  4. #include "excludedFromAll.h"
  5. int main(void)
  6. {
  7. return excludedFromAll();
  8. }