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

13 lines
156 B
C++

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