C++程序  |  10行  |  181 B

// 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;