Sign in
llvm
/
llvm-project
/
clang
/
33a137427a624143156fd6f95ddda66188a0d0d2
/
.
/
test
/
CodeGenCXX
/
debug-info-flex-member.cpp
blob: afc9d250c92b1bdb4dd6d4e31718960d4d8023ce [
file
]
// 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
;