blob: 1d59deb9e4f42fc772fb2e834fdfa2c18661371f [file] [log] [blame]
NAKAMURA Takumiecc759a2012-12-04 06:58:05 +00001// RUN: %clang -target x86_64-unknown-unknown -fverbose-asm -g -O0 -S %s -o - | FileCheck %s
Bill Wendling1ca98622012-12-04 06:21:27 +00002// <rdar://problem/12566646>
3
4class A {
5 int x[];
6};
7A a;
8
9// CHECK: Abbrev [3] 0x2d:0x3 DW_TAG_base_type
10// CHECK-NEXT: DW_AT_byte_size
11// CHECK-NEXT: DW_AT_encoding
12// CHECK-NEXT: Abbrev [4] 0x30:0xb DW_TAG_array_type
13// CHECK-NEXT: DW_AT_type
14// CHECK-NEXT: Abbrev [5] 0x35:0x5 DW_TAG_subrange_type
15// CHECK-NEXT: DW_AT_type
16// CHECK-NEXT: End Of Children Mark