2 // RUN: %clang_cc1 -x objective-c++ -fmodules-cache-path=%t -fmodules -fimplicit-module-maps -I %S/Inputs/wildcard-submodule-exports %s -verify
3 // FIXME: When we have a syntax for modules in C++, use that.
10 (void)B1
; // expected-error{{use of undeclared identifier 'B1'}}
16 unsigned int *A2_ptr
= A2
;
17 unsigned short *B2_ptr
= B2
;
18 unsigned long *C2_ptr
= C2
;