Home | History | Annotate | Download | only in Modules
      1 @import NewName;
      2 
      3 int f() { return same_api; }
      4 
      5 // RUN: rm -rf %t
      6 // RUN: %clang_cc1 -fmodules -I %S/Inputs/oldname -fmodules-cache-path=%t %s -verify
      7 
      8 // expected-no-diagnostics
      9