2022-03-29 21:10:50 +02:00

12 lines
210 B
C++

#ifndef STATICLIB2_IFACE_1
# error "STATICLIB2_IFACE_1 incorrectly not defined"
#endif
#ifndef STATICLIB2_IFACE_2
# error "STATICLIB2_IFACE_2 incorrectly not defined"
#endif
int staticlib2()
{
return 0;
}