hanchenye-llvm-project/clang/test/CodeGenCXX/debug-info-flex-member.cpp

10 lines
181 B
C++

// RUN: %clang_cc1 -emit-llvm -g -triple x86_64-apple-darwin %s -o - | FileCheck %s
// CHECK: !DISubrange(count: -1)
struct StructName {
int member[];
};
struct StructName SN;