summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/debug-info-flex-member.cpp
blob: 25dcaab6f838338b50ef68d3f57bed304c72b93a (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: !MDSubrange(count: -1)

struct StructName {
  int member[];
};

struct StructName SN;
OpenPOWER on IntegriCloud