1int b_init()
2{
3 return 345;
4}
5
6int b_global = b_init();
7
8int LLDB_DYLIB_EXPORT b_function() { return 500; }
9

source code of lldb/test/API/functionalities/load_unload/b.cpp