aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/debug-info-flex-member.cpp
blob: 11329aa1e2b95a95cb2b4d91a712c6f2f1e4223d (plain)
1
2
3
4
5
6
7
8
9
// RUN: %clang_cc1 -emit-llvm -g -triple x86_64-apple-darwin %s -o - | FileCheck %s

// CHECK: metadata !{i32 {{.*}}, i64 0, i64 -1}        ; [ DW_TAG_subrange_type ]

struct StructName {
  int member[];
};

struct StructName SN;