// RUN: %clang_cc1 %s -emit-llvm -o -
structc__{unsignedint type:4;};union A {struct c__ c;}__attribute__((aligned(8)));struct B {unsignedint retainCount;union A objects[];};voidfoo(union A *objects,struct B *array,unsignedlongk){ array->objects[k]= objects[k];}