Sign in
cmake
/
cmake
/
39e5a4da220c1ddcd73d74d26ed55a7418add215
/
.
/
Tests
/
ExportImport
/
Import
/
A
/
cmp0022OLD_test.cpp
blob: 9eaaee9b4b5f018f57e809865d618e53c76d9f69 [
file
] [
log
] [
blame
]
#ifdef
USING_TESTLIB2
# error Unexpected USING_TESTLIB2
#endif
#ifndef
USING_TESTLIB3
# error Expected USING_TESTLIB3
#endif
int
main
(
void
)
{
return
0
;
}