1// RUN: rm -rf %t.cache
2// RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t.cache \
3// RUN:   %s -fsyntax-only -F %S/Inputs -Wincomplete-umbrella -verify
4
5// expected-no-diagnostics
6
7#import <FooFramework/Foo.h>
8
9@implementation Foo
10@end
11