llvm/lldb/test/API/symbol_ondemand/shared_library/foo.h

#ifndef foo_h__
#define foo_h__

extern void foo(void);

#endif // foo_h__