// RUN: %clang_cc1 -emit-llvm-only -triple i386-apple-darwin9 -fdump-record-layouts %s | FileCheck %s
// rdar://8823265
;
typedef struct _one_ms one_ms;
static int a1;
;
typedef struct _two_ms two_ms;
static int a2;
;
typedef struct _four_ms four_ms;
static int a4;
;
typedef struct _eight_ms eight_ms;
static int a8;
// rdar://15926990
;
// CHECK: 0 | struct test0
// CHECK-NEXT: 0:0-7 | unsigned long a
// CHECK-NEXT: 1:0-7 | unsigned long b
// CHECK-NEXT: 2:0-7 | unsigned long c
// CHECK-NEXT: 4:0-9 | unsigned long d
// CHECK-NEXT: 5:2-2 | unsigned long e
// CHECK-NEXT: | [sizeof=8, align=2]
static int test0;