1*af09f4acSDavid Blaikie // 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
2d58d9fa5SDouglas Yung 
3d58d9fa5SDouglas Yung #include "h1.h"
4d58d9fa5SDouglas Yung #include "h1.h"
5d58d9fa5SDouglas Yung 
6d58d9fa5SDouglas Yung // CHECK: DIImportedEntity
7d58d9fa5SDouglas Yung // CHECK-SAME: entity: ![[ENTITY:[0-9]+]]
8d58d9fa5SDouglas Yung // CHECK: ![[ENTITY]] = !DIModule
9d58d9fa5SDouglas Yung // CHECK-SAME: name: "foo"
10