xref: /llvm-project/lldb/test/API/commands/target/dump-separate-debug-info/dwo/foo.c (revision 69a5869da4906f61caf59ff021559ca7d974c5f9)
1 #include "foo.h"
2 
foo()3 int foo() { return 1; }
4