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

12 lines
168 B
C++
Raw Normal View History

2013-11-03 12:27:13 +02:00
#ifndef USING_TESTSHAREDLIBREQUIRED
2018-08-09 18:06:22 +02:00
# error Expected USING_TESTSHAREDLIBREQUIRED
2013-11-03 12:27:13 +02:00
#endif
#include "excludedFromAll.h"
int main(void)
{
return excludedFromAll();
}