aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/stop-on-sharedlibrary-load/a.cpp
blob: b7b702c5d62d52f654a1d2cdae4065df18e48a39 (plain)
1
2
3
4
5
6
extern int a_has_a_function();

int
a_has_a_function() {
  return 10;
}