summaryrefslogtreecommitdiffstats
path: root/test/PCH/debug-info-limited-struct.c
blob: 710a76ab26ecc21156ba7afbbe3bb37b54b93199 (plain)
1
2
3
4
5
6
// RUN: %clang_cc1 -emit-pch -o %t %S/debug-info-limited-struct.h
// RUN: %clang_cc1 -include-pch %t -emit-llvm %s -debug-info-kind=limited -o - | FileCheck %s

// CHECK: !DICompositeType(tag: DW_TAG_structure_type, name: "foo"
// CHECK-NOT:              flags: {{[^,]*}}FlagFwdDecl
// CHECK-SAME:             {{$}}