// RUN: %clang_cc1 -triple i386-apple-darwin10 -emit-llvm %s -o - | FileCheck %s
ATTR s1;
// CHECK: %struct.s1 = type { i32, [4 x i8], i64 }
ATTR s2;
// CHECK: %struct.s2 = type { i32, [4 x i8], [4 x i64] }
ATTR s3;
// CHECK: %struct.s3 = type { i32, [4 x i8], %struct.s1 }