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

12 lines
166 B
C++
Raw Normal View History

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