CMake/Tests/ExportImport/Import/A/iface_test.cpp

12 lines
166 B
C++

#ifndef USING_TESTSHAREDLIBREQUIRED
#error Expected USING_TESTSHAREDLIBREQUIRED
#endif
#include "excludedFromAll.h"
int main(void)
{
return excludedFromAll();
}