llvm/lldb/test/API/commands/target/dump-separate-debug-info/oso/foo.h

#ifndef FOO_H
#define FOO_H

int foo();

#endif