// RUN: %clang_cc1 -Wno-objc-root-class -o /dev/null -triple x86_64-- -emit-llvm %s
// REQUIRES: asserts
// Verify there is no assertion.
@interfaceA@endextern A *a;@interfaceX@end@implementationX-(void)test{struct S {
A *a;int b;};struct S s[]={{a,0},{(void*)0,0}};}@end