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