2 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fobjc-arc -I %S/Inputs -fmodules-cache-path=%t %s -verify -DUSE_EARLY
3 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fobjc-arc -I %S/Inputs -fmodules-cache-path=%t %s -verify
5 // expected-note@Inputs/def.h:5 {{here}}
12 A *a1; // expected-error{{declaration of 'A' must be imported from module 'decldef.Def' before it is required}}
16 // expected-error@-2{{must use 'struct' tag to refer to type 'B'}}
18 // expected-error@-4{{declaration of 'B' must be imported from module 'decldef.Decl' before it is required}}
19 // expected-note@Inputs/decl.h:2 {{not visible}}
29 // expected-error@-2{{definition of 'A' must be imported from module 'decldef.Def' before it is required}}
34 B b; // Note: redundant error silenced