Manman Ren | ec315f1 | 2016-09-09 23:48:27 +0000 | [diff] [blame^] | 1 | // RUN: rm -rf %t |
2 | // RUN: %clang_cc1 -fmodules-cache-path=%t -fmodules -fimplicit-module-maps -I %S/Inputs/lookup-assert %s -verify | ||||
3 | // expected-no-diagnostics | ||||
4 | |||||
5 | #include "Derive.h" | ||||
6 | #import <H3.h> | ||||
7 | @implementation DerivedInterface | ||||
8 | - (void)test { | ||||
9 | } | ||||
10 | @end |