12 lines
210 B
C++
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;
|
|
}
|