blob: b3e6d8d6dd12c7d0099d621a5fec8e1406c260c4 [file] [log] [blame]
Richard Smith50996ce2014-04-08 13:13:04 +00001// RUN: rm -rf %t
Richard Smith47972af2015-06-16 00:08:24 +00002// RUN: %clang_cc1 -x objective-c -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I %S/Inputs/exclude-header %s -verify
Richard Smith50996ce2014-04-08 13:13:04 +00003
4@import x;
5
6a var_a;
7b var_b1; // expected-error {{unknown type name 'b'}}
8
9@import y;
10
11b var_b2;