1 // RUN: %clang_cc1 -triple i386-apple-darwin10 -emit-llvm %s -o - | FileCheck %s
3 #define ATTR __attribute__((__ms_struct__))
9 // CHECK: %struct.s1 = type { i32, [4 x i8], i64 }
16 // CHECK: %struct.s2 = type { i32, [4 x i8], [4 x i64] }
23 // CHECK: %struct.s3 = type { i32, [4 x i8], %struct.s1 }