1// RUN: %clang_cc1 -emit-llvm -g -triple x86_64-apple-darwin %s -o - | FileCheck %s
2
3// CHECK: !MDSubrange(count: -1)
4
5struct StructName {
6  int member[];
7};
8
9struct StructName SN;
10