aboutsummaryrefslogtreecommitdiff
path: root/test/Modules/renamed.m
blob: 4e8f5329bb0f6ada755377916a73f1505bbb2d2d (plain)
1
2
3
4
5
6
7
8
@import NewName;

int f() { return same_api; }

// RUN: rm -rf %t
// RUN: %clang_cc1 -fmodules -I %S/Inputs -fmodules-cache-path=%t %s -verify

// expected-no-diagnostics