brintos

brintos / llvm-project-archived public Read only

0
0
Text · 299 B · b7f8ac6 Raw
12 lines · plain
1// RUN: rm -rf %t2// RUN: %clang_cc1 -fmodules-cache-path=%t -fmodules -fimplicit-module-maps -fsyntax-only -I %S/Inputs %s -verify3// expected-no-diagnostics4 5@import MethodPoolCombined;6@import MethodPoolString2;7 8void message_kindof_object(__kindof S2 *kindof_S2) {9  [kindof_S2 stringValue];10}11 12