blob: b6aa6dac6bce717a4c331eaeaad7cf1a68f3f3e8 [file] [log] [blame]
Eric Christopherf5de6c92012-05-22 18:04:48 +00001// RUN: %clang_cc1 -emit-llvm -g -triple x86_64-apple-darwin %s -o - | FileCheck %s
2
Eric Christopher843efd52012-05-23 00:18:43 +00003// CHECK: metadata !{i32 {{.*}}, i64 1, i64 0} ; [ DW_TAG_subrange_type ]
Eric Christopherf5de6c92012-05-22 18:04:48 +00004
5struct StructName {
6 int member[];
7};
8
9struct StructName SN;