xref: /aosp_15_r20/external/clang/test/Modules/getSourceDescriptor-crash.cpp (revision 67e74705e28f6214e480b399dd47ea732279e315)
1 // RUN: %clang_cc1 -I %S/Inputs/getSourceDescriptor-crash -S -emit-llvm -debug-info-kind=limited -debugger-tuning=lldb -fimplicit-module-maps %s -o - | FileCheck %s
2 
3 #include "h1.h"
4 #include "h1.h"
5 
6 // CHECK: DIImportedEntity
7 // CHECK-SAME: entity: ![[ENTITY:[0-9]+]]
8 // CHECK: ![[ENTITY]] = !DIModule
9 // CHECK-SAME: name: "foo"
10