Bump version to 19.1.0-rc3
[llvm-project.git] / llvm / test / Linker / Inputs / dicompositetype-unique.ll
blobe1537b93dfec87cc64f90adf04c24c4df6f42919
1 !named = !{!0, !1, !2, !3}
3 !0 = !DIFile(filename: "abc", directory: "/path/to")
4 !1 = !DICompositeType(tag: DW_TAG_class_type, name: "T2", identifier: "T", file: !0)
5 !2 = !DICompositeType(tag: DW_TAG_class_type, name: "FwdTDef", identifier: "FwdT", file: !0)
6 !3 = !DICompositeType(tag: DW_TAG_class_type, flags: DIFlagFwdDecl, name: "BothFwdT2", identifier: "BothFwdT", file: !0)