blob: 476bf2285ef35d43f90a09c134f5b15507137f06 [file] [log] [blame]
Eric Christopherf5de6c92012-05-22 18:04:48 +00001// RUN: %clang_cc1 -emit-llvm -g -triple x86_64-apple-darwin %s -o - | FileCheck %s
2
3// CHECK: DW_TAG_subrange_type
4
5struct StructName {
6 int member[];
7};
8
9struct StructName SN;