You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
239 B
11 lines
239 B
4 months ago
|
// 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
|