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

int
b_has_a_function() {
  return 100;
}