mirror of
https://github.com/opnsense/src.git
synced 2026-02-22 17:32:57 -05:00
9 lines
229 B
C++
9 lines
229 B
C++
// RUN: %clang_cc1 -emit-llvm -g -triple x86_64-apple-darwin %s -o - | FileCheck %s
|
|
|
|
// CHECK: metadata !{i32 {{.*}}, i64 1, i64 0} ; [ DW_TAG_subrange_type ]
|
|
|
|
struct StructName {
|
|
int member[];
|
|
};
|
|
|
|
struct StructName SN;
|