brintos

brintos / llvm-project-archived public Read only

0
0
Text · 250 B · 2697fb1 Raw
11 lines · plain
1// RUN: rm -rf %t2// RUN: %clang_cc1 -fmodules-cache-path=%t -fmodules -fimplicit-module-maps -I %S/Inputs/lookup-assert %s -verify3// expected-no-diagnostics4 5#include "Derive.h"6#import <H3.h>7@implementation DerivedInterface8- (void)test {9}10@end11