blob: 3431ecc90b39bb46628e688f2524914ad7650363 [file] [log] [blame]
Douglas Gregorf4e955b2013-02-11 18:16:18 +00001// 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