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

13 lines
156 B
C++

#ifndef USING_TESTLIB2
#error Expected USING_TESTLIB2
#endif
#ifdef USING_TESTLIB3
#error Unexpected USING_TESTLIB3
#endif
int main(void)
{
return 0;
}