xref: /llvm-project/lldb/test/API/functionalities/pre_run_dylibs/foo.h (revision 99451b4453688a94c6014cac233d371ab4cc342d)

foo1()1 LLDB_TEST_API inline int foo1() { return 1; } // !BR1
2 
foo2()3 LLDB_TEST_API inline int foo2() { return 2; } // !BR2
4 
5 LLDB_TEST_API extern int call_foo1();
6 LLDB_TEST_API extern int call_foo2();
7