1*d63bfd21SAdrian Prantl; RUN: llvm-dis < %s.bc | FileCheck %s 2*d63bfd21SAdrian Prantl; RUN: verify-uselistorder < %s.bc 3*d63bfd21SAdrian Prantl 4*d63bfd21SAdrian Prantl!llvm.dbg.cu = !{!0} 5*d63bfd21SAdrian Prantl!llvm.module.flags = !{!9, !10} 6*d63bfd21SAdrian Prantl 7*d63bfd21SAdrian Prantl!0 = distinct !DICompileUnit(language: DW_LANG_C_plus_plus, file: !1, producer: "clang version 5.0.0 (trunk 308185) (llvm/trunk 308186)", emissionKind: FullDebug, imports: !3) 8*d63bfd21SAdrian Prantl!1 = !DIFile(filename: "using.ii", directory: "/") 9*d63bfd21SAdrian Prantl!3 = !{!4} 10*d63bfd21SAdrian Prantl!4 = !DIImportedEntity(tag: DW_TAG_imported_declaration, scope: !5, entity: !8, line: 301) 11*d63bfd21SAdrian Prantl; CHECK: !DIImportedEntity(tag: DW_TAG_imported_declaration, scope: !4, entity: !5) 12*d63bfd21SAdrian Prantl!5 = !DINamespace(name: "M", scope: null) 13*d63bfd21SAdrian Prantl!8 = !DINamespace(name: "N", scope: null) 14*d63bfd21SAdrian Prantl!9 = !{i32 2, !"Dwarf Version", i32 4} 15*d63bfd21SAdrian Prantl!10 = !{i32 2, !"Debug Info Version", i32 3} 16