xref: /llvm-project/lldb/test/API/functionalities/stop-on-sharedlibrary-load/a.cpp (revision c8faa8c2669c1867ef6ac33466f219a39d5faaa7)
1 extern int a_has_a_function();
2 
3 int
a_has_a_function()4 a_has_a_function() {
5   return 10;
6 }
7