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

#ifndef ONE_H
#define ONE_H
LLDB_TEST_API void one();
#endif