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