cmake/Tests/ExportImport/Import/A/iface_test.cpp
2018-08-09 18:06:22 +02:00

12 lines
168 B
C++

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