blob: b7f8ac64b4d3e130de3d154de33901ce82de3917 [file] [log] [blame]
// RUN: rm -rf %t
// RUN: %clang_cc1 -fmodules-cache-path=%t -fmodules -fimplicit-module-maps -fsyntax-only -I %S/Inputs %s -verify
// expected-no-diagnostics
@import MethodPoolCombined;
@import MethodPoolString2;
void message_kindof_object(__kindof S2 *kindof_S2) {
[kindof_S2 stringValue];
}