xref: /llvm-project/lldb/test/API/symbol_ondemand/shared_library/foo.h (revision 7b81192d462bbd8031d5c665e29cd6b4c0c6887a)
1 #ifndef foo_h__
2 #define foo_h__
3 
4 extern void foo(void);
5 
6 #endif // foo_h__
7