mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-14 00:24:03 -04:00
10 lines
211 B
C++
10 lines
211 B
C++
// RUN: %clang_cc1 -emit-llvm -g -triple x86_64-apple-darwin %s -o - | FileCheck %s
|
|
|
|
// CHECK: !"0x21\000\00-1"} ; [ DW_TAG_subrange_type ]
|
|
|
|
struct StructName {
|
|
int member[];
|
|
};
|
|
|
|
struct StructName SN;
|