| 1 | // RUN: rm -rf %t |
|---|---|
| 2 | // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -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 | |
| 7 | DeclaredThenLoaded *dtl; |
| 8 | |
| 9 |
| 1 | // RUN: rm -rf %t |
|---|---|
| 2 | // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -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 | |
| 7 | DeclaredThenLoaded *dtl; |
| 8 | |
| 9 |