Sign in
fuchsia
/
third_party
/
swift-clang
/
a40ea3abe6e2f0b338d00c38fe7d724241c5af97
/
.
/
test
/
CodeGenCXX
/
debug-info-flex-member.cpp
blob: 8dcdaeb935d012cb45277ce786493e16f60ac553 [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 -emit-llvm -debug-info-kind=limited -triple x86_64-apple-darwin %s -o - | FileCheck %s
// CHECK: !DISubrange(count: -1)
struct
StructName
{
int
member
[];
};
struct
StructName
SN
;