1 // UNSUPPORTED: target={{.*}}-zos{{.*}}, target={{.*}}-aix{{.*}}
4 // RUN: %clang_cc1 -emit-llvm -o %t/test.bc -F%S/Inputs/merge-record-definition %s \
5 // RUN: -fmodules -fimplicit-module-maps -fmodules-cache-path=%t/modules.cache
7 // Test a case when a struct definition is first imported as invisible and then as visible.
9 #import <RecordDefHidden/Visible.h>
10 #import <RecordDef/RecordDef.h>
15 AnonymousStruct strct;