xref: /llvm-project/lldb/test/API/lang/c/conflicting-symbol/Two/Two.h (revision 99451b4453688a94c6014cac233d371ab4cc342d)
1 #ifndef TWO_H
2 #define TWO_H
3 LLDB_TEST_API void two();
4 #endif
5