Manman Ren | a0f31a0 | 2016-04-29 19:04:05 +0000 | [diff] [blame] | 1 | // RUN: rm -rf %t |
2 | // RUN: %clang_cc1 -fmodules-cache-path=%t -fmodules -fimplicit-module-maps -fsyntax-only -I %S/Inputs %s -verify | ||||
3 | // expected-no-diagnostics | ||||
4 | |||||
5 | @import MethodPoolCombined; | ||||
6 | @import MethodPoolString2; | ||||
7 | |||||
8 | void message_kindof_object(__kindof S2 *kindof_S2) { | ||||
9 | [kindof_S2 stringValue]; | ||||
10 | } | ||||
11 |