1f4a2713aSLionel Sambuc@import NewName; 2f4a2713aSLionel Sambuc 3f4a2713aSLionel Sambucint f() { return same_api; } 4f4a2713aSLionel Sambuc 5f4a2713aSLionel Sambuc// RUN: rm -rf %t 6*0a6a1f1dSLionel Sambuc// RUN: %clang_cc1 -fmodules -I %S/Inputs/oldname -fmodules-cache-path=%t %s -verify 7f4a2713aSLionel Sambuc 8f4a2713aSLionel Sambuc// expected-no-diagnostics 9