xref: /minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/debug-info-flex-member.cpp (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
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