1f4a2713aSLionel Sambuc // RUN: %clang_cc1 -emit-llvm -g -triple x86_64-apple-darwin %s -o - | FileCheck %s 2f4a2713aSLionel Sambuc 3*0a6a1f1dSLionel Sambuc // CHECK: !"0x21\000\00-1"} ; [ DW_TAG_subrange_type ] 4f4a2713aSLionel Sambuc 5f4a2713aSLionel Sambuc struct StructName { 6f4a2713aSLionel Sambuc int member[]; 7f4a2713aSLionel Sambuc }; 8f4a2713aSLionel Sambuc 9f4a2713aSLionel Sambuc struct StructName SN; 10