11 lines · plain
1// RUN: rm -rf %t.cache2// RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t.cache \3// RUN: %s -fsyntax-only -F %S/Inputs -Wincomplete-umbrella -verify4 5// expected-no-diagnostics6 7#import <FooFramework/Foo.h>8 9@implementation Foo10@end11