1 2 3 4 5 6
#include "common.h" void lib2_func(Foo *) { // Force definition into lib2.o debug-info. Foo{}.foo(); }