aboutsummaryrefslogtreecommitdiffstats
path: root/test/Linker/module-flags-4-b.ll
blob: 02d26033b51a28c13741bd592572e4e7adcb2c8e (plain)
1
2
3
4
5
6
7
; This file is used with module-flags-4-a.ll
; RUN: true

!0 = !{i32 3, !"foo", !{!"bar", i32 42}}
!1 = !{i32 2, !"bar", i32 42}

!llvm.module.flags = !{ !0, !1 }