bolt/deps/llvm-18.1.8/clang/test/Modules/renamed.m
2025-02-14 19:21:04 +01:00

8 lines
206 B
Objective-C

@import NewName;
int f(void) { return same_api; }
// RUN: rm -rf %t
// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -I %S/Inputs/oldname -fmodules-cache-path=%t %s -verify
// expected-no-diagnostics