1#ifndef STATICLIB2_IFACE_1 2# error "STATICLIB2_IFACE_1 incorrectly not defined" 3#endif 4#ifndef STATICLIB2_IFACE_2 5# error "STATICLIB2_IFACE_2 incorrectly not defined" 6#endif 7 8int staticlib2() 9{ 10 return 0; 11} 12 13