aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/lang/cpp/function-call-from-object-file/lib2.cpp
blob: 2f9d81a8bdf4c64ac93ebdffdc2ba1f6f36a13d8 (plain)
1
2
3
4
5
6
#include "common.h"

void lib2_func(Foo *) {
  // Force definition into lib2.o debug-info.
  Foo{}.foo();
}