xref: /llvm-project/lldb/test/API/macosx/find-dsym/deep-bundle/myframework.c (revision 99451b4453688a94c6014cac233d371ab4cc342d)

foo()1 int foo ()
2 {
3     return 5;
4 }
5