llvm/lldb/test/API/functionalities/type_find_first/other.cpp

namespace OtherCompilationUnit {
struct Type {};
void Function() { Type typeIsActuallyUsed; }
} // namespace OtherCompilationUnit