1#ifndef foo_h__
2#define foo_h__
3
4extern void foo(void);
5
6#endif // foo_h__
7

source code of lldb/test/API/symbol_ondemand/shared_library/foo.h