xref: /minix3/external/bsd/llvm/dist/clang/test/Modules/renamed.m (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
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