• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1@import NewName;
2
3int f() { return same_api; }
4
5// RUN: rm -rf %t
6// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -I %S/Inputs/oldname -fmodules-cache-path=%t %s -verify
7
8// expected-no-diagnostics
9