1// RUN: rm -rf %t
2// RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t -I %S/Inputs %s -verify -Wno-objc-root-class
3// expected-no-diagnostics
4
5@import redecl_merge_bottom.prefix;
6
7DeclaredThenLoaded *dtl;
8
9