bolt/deps/llvm-18.1.8/clang/test/Modules/textual-hdr-in-umbrella-hdr.m

11 lines
239 B
Mathematica
Raw Normal View History

2025-02-14 19:21:04 +01:00
// RUN: rm -rf %t.cache
// RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t.cache \
// RUN: %s -fsyntax-only -F %S/Inputs -Wincomplete-umbrella -verify
// expected-no-diagnostics
#import <FooFramework/Foo.h>
@implementation Foo
@end