Sign in
cobalt
/
cobalt
/
6c8e6ca645585847723be8278a12b4ca8ab72d69
/
.
/
src
/
third_party
/
llvm-project
/
clang
/
test
/
Modules
/
lookup-assert.m
blob: 2697fb15d0180ee0ec08e9715ebbef804caff8c1 [
file
] [
log
] [
blame
]
// RUN: rm -rf %t
// RUN: %clang_cc1 -fmodules-cache-path=%t -fmodules -fimplicit-module-maps -I %S/Inputs/lookup-assert %s -verify
// expected-no-diagnostics
#include
"Derive.h"
#import <H3.h>
@implementation
DerivedInterface
-
(
void
)
test
{
}
@end