llvm/lldb/test/API/lang/c/conflicting-symbol/Two/Two.h

#ifndef TWO_H
#define TWO_H
LLDB_TEST_API void two();
#endif