brintos

brintos / llvm-project-archived public Read only

0
0
Text · 247 B · b3e6d8d Raw
12 lines · c
1// RUN: rm -rf %t2// RUN: %clang_cc1 -x objective-c -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I %S/Inputs/exclude-header %s -verify3 4@import x;5 6a var_a;7b var_b1; // expected-error {{unknown type name 'b'}}8 9@import y;10 11b var_b2;12