Home | History | Annotate | Download | only in Modules
      1 @__experimental_modules_import redeclarations_left;
      2 @__experimental_modules_import redeclarations_right;
      3 
      4 @interface MyObject : NSObject
      5 @end
      6 
      7 // RUN: rm -rf %t
      8 // RUN: %clang_cc1 -fmodules -x objective-c -fmodule-cache-path %t -emit-module -fmodule-name=redeclarations_left %S/Inputs/module.map
      9 // RUN: %clang_cc1 -fmodules -x objective-c -fmodule-cache-path %t -emit-module -fmodule-name=redeclarations_right %S/Inputs/module.map
     10 // RUN: %clang_cc1 -fmodules -fmodule-cache-path %t %s -verify
     11 
     12