1 // RUN: %clang_cc1 -emit-llvm -debug-info-kind=limited -triple x86_64-apple-darwin %s -o - | FileCheck %s
11 bar(int x
) : b(x
), b_ref(b
) {}
14 int main(int argc
, char** argv
) {
19 // Make sure we have two DW_TAG_structure_types for baz and bar and no forward
21 // CHECK-NOT: DIFlagFwdDecl
22 // CHECK: !DICompositeType(tag: DW_TAG_structure_type, name: "bar"
23 // CHECK-NOT: DIFlagFwdDecl
24 // CHECK: !DICompositeType(tag: DW_TAG_structure_type, name: "baz"
25 // CHECK-NOT: DIFlagFwdDecl