cmake/Tests/ExportImport/Import/A/imp_testLib10.c
2024-07-09 14:46:46 +02:00

15 lines
283 B
C

#ifndef TESTLIB10_INTERFACE_CUSTOM_C
# error "TESTLIB10_INTERFACE_CUSTOM_C incorrectly not defined!"
#endif
#ifndef TESTLIB10_INTERFACE_CUSTOM_L
# error "TESTLIB10_INTERFACE_CUSTOM_L incorrectly not defined!"
#endif
int testLib10(void);
int main(void)
{
return testLib10();
}