forked from OSchip/llvm-project
11 lines
239 B
Mathematica
11 lines
239 B
Mathematica
|
// 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
|