Files
clang-p2996/lldb/test/API/functionalities/target-new-solib-notifications/d.cpp
Dmitry Vasilyev 3e39328b62 [lldb] Fix TestModuleLoadedNotifys API test to work correctly on most of Linux targets (#94672)
The different build configuration and target Linux system can load a
different number of .so libraries. Add and check own libraries.
2024-06-10 18:51:47 +04:00

2 lines
45 B
C++

extern "C" int d_function() { return 700; }