Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
1b51b7fc7f99f1d291284d83aaa8bcc4ce5fd62c
/
.
/
clang
/
test
/
Modules
/
textual-hdr-in-umbrella-hdr.m
blob: f92cdb91b23683b84a790c9608aa845d433a8a76 [
file
] [
log
] [
blame
]
// 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