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

13 lines
160 B
C++
Raw Normal View History

2013-11-03 12:27:13 +02:00
#ifdef USING_TESTLIB2
2018-08-09 18:06:22 +02:00
# error Unexpected USING_TESTLIB2
2013-11-03 12:27:13 +02:00
#endif
#ifndef USING_TESTLIB3
2018-08-09 18:06:22 +02:00
# error Expected USING_TESTLIB3
2013-11-03 12:27:13 +02:00
#endif
int main(void)
{
return 0;
}