2013-03-21 09:08:50 +08:00
|
|
|
@import NewName;
|
|
|
|
|
|
|
|
int f() { return same_api; }
|
|
|
|
|
|
|
|
// RUN: rm -rf %t
|
2013-12-13 18:08:24 +08:00
|
|
|
// RUN: %clang_cc1 -fmodules -I %S/Inputs/oldname -fmodules-cache-path=%t %s -verify
|
2013-03-21 09:08:50 +08:00
|
|
|
|
|
|
|
// expected-no-diagnostics
|